Make "Change password for" translatable

This commit is contained in:
Martchus 2019-02-05 00:32:06 +01:00
parent daa9251b77
commit b6952c3772
1 changed files with 2 additions and 1 deletions

View File

@ -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 {