Merge pull request #953

11f3e6f Update Settings.qml
This commit is contained in:
luigi1111 2017-11-15 11:19:04 -06:00
commit aa432e5e44
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -157,7 +157,7 @@ Rectangle {
informationPopup.open();
} else {
informationPopup.title = qsTr("Information") + translationManager.emptyString
informationPopup.text = qsTr("Sucessfully rescanned spent outputs") + translationManager.emptyString
informationPopup.text = qsTr("Successfully rescanned spent outputs.") + translationManager.emptyString
informationPopup.icon = StandardIcon.Information
informationPopup.onCloseCallback = null
informationPopup.open();