Added missing Receive/Settings/Sign/Transfer translations

This commit is contained in:
Roy Jacobs
2017-03-09 01:28:24 +01:00
parent 1a1a7a991b
commit a2f01ea541
4 changed files with 14 additions and 14 deletions

View File

@@ -241,7 +241,7 @@ Rectangle {
shadowPressedColor: "#B32D00"
releasedColor: "#FF6C3C"
pressedColor: "#FF4304"
text: qsTr("Generate")
text: qsTr("Generate") + translationManager.emptyString;
anchors.right: parent.right
onClicked: {
appWindow.persistentSettings.payment_id = appWindow.currentWallet.generatePaymentId();
@@ -379,7 +379,7 @@ Rectangle {
id: qrMenu
title: "QrCode"
MenuItem {
text: qsTr("Save As")
text: qsTr("Save As") + translationManager.emptyString;
onTriggered: qrFileDialog.open()
}
}