diff options
| author | fungible-crypto <33607473+fungible-crypto@users.noreply.github.com> | 2017-11-12 15:01:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-12 15:01:19 -0600 |
| commit | 11f3e6f8e7a65197bd18afca62f4f253007cbea3 (patch) | |
| tree | 8b7276e7178ea1960cf1bb4ff5c40acb9a8e9c26 /pages | |
| parent | a01bb509ea4b7f7a6f402c7a7f52d2497b320341 (diff) | |
| download | monzero-gui-11f3e6f8e7a65197bd18afca62f4f253007cbea3.tar.gz monzero-gui-11f3e6f8e7a65197bd18afca62f4f253007cbea3.tar.xz monzero-gui-11f3e6f8e7a65197bd18afca62f4f253007cbea3.zip | |
Update Settings.qml
[LOW priority] [UX misspelling]
Updated misspelling and added period.
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/Settings.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Settings.qml b/pages/Settings.qml index c020acab..a83b53ee 100644 --- a/pages/Settings.qml +++ b/pages/Settings.qml @@ -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(); |
