From b6952c37721b40d4ed284d9095f4cc79a9990d5f Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 5 Feb 2019 00:32:06 +0100 Subject: [PATCH] Make "Change password for" translatable --- qml/main.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qml/main.qml b/qml/main.qml index a1acaa3..5636d50 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -134,7 +134,8 @@ Kirigami.ApplicationWindow { enabled: nativeInterface.fileOpen iconName: "document-encrypt" onTriggered: enterPasswordDialog.askForNewPassword( - "Change password for " + nativeInterface.filePath) + qsTr("Change password for %1").arg( + nativeInterface.filePath)) shortcut: "Ctrl+P" }, Kirigami.Action {