Update Settings.qml

[LOW priority] [UX misspelling]
Updated misspelling and added period.
This commit is contained in:
fungible-crypto 2017-11-12 15:01:19 -06:00 committed by GitHub
parent a01bb509ea
commit 11f3e6f8e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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();