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

@@ -192,7 +192,7 @@ Rectangle {
FileDialog {
id: signFileDialog
title: "Please choose a file to sign"
title: qsTr("Please choose a file to sign") + translationManager.emptyString;
folder: "file://"
nameFilters: [ "*"]
@@ -377,7 +377,7 @@ Rectangle {
FileDialog {
id: verifyFileDialog
title: "Please choose a file to verify"
title: qsTr("Please choose a file to verify") + translationManager.emptyString;
folder: "file://"
nameFilters: [ "*"]