aboutsummaryrefslogtreecommitdiff
path: root/pages/Sign.qml
diff options
context:
space:
mode:
Diffstat (limited to 'pages/Sign.qml')
-rw-r--r--pages/Sign.qml4
1 files changed, 2 insertions, 2 deletions
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: [ "*"]