From a2f01ea541e1e09956f4e7ea206d2011bd01ea12 Mon Sep 17 00:00:00 2001 From: Roy Jacobs Date: Thu, 9 Mar 2017 01:28:24 +0100 Subject: Added missing Receive/Settings/Sign/Transfer translations --- pages/Sign.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pages/Sign.qml') diff --git a/pages/Sign.qml b/pages/Sign.qml index a5ace1a4..5edf0767 100644 --- a/pages/Sign.qml +++ b/pages/Sign.qml @@ -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: [ "*"] -- cgit v1.2.3