Change 'money' to 'monero'

This commit is contained in:
Sander Ferdinand
2018-03-23 23:53:29 +01:00
committed by moneromooo-monero
parent 60f64a30ad
commit 84e6461248
2 changed files with 3 additions and 3 deletions

View File

@@ -577,7 +577,7 @@ Rectangle {
informationPopup.open();
} else {
informationPopup.title = qsTr("Information") + translationManager.emptyString
informationPopup.text = qsTr("Money sent successfully") + translationManager.emptyString
informationPopup.text = qsTr("Monero sent successfully") + translationManager.emptyString
informationPopup.icon = StandardIcon.Information
informationPopup.onCloseCallback = null
informationPopup.open();