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 {