Skip to content
Snippets Groups Projects
Unverified Commit c605fb6c authored by FallenValkyrie's avatar FallenValkyrie
Browse files

make ImagePackDialog text translatable

parent b91c70a8
No related branches found
No related tags found
No related merge requests found
Pipeline #5394 failed
......@@ -11,7 +11,7 @@ P.MessageDialog {
property SingleImagePackModel imagePack
text: "Are you sure you wish to delete the sticker pack \"" + imagePack.packname + "\"?"
text: qsTr("Are you sure you wish to delete the sticker pack '%1'?").arg(imagePack.packname)
modality: Qt.ApplicationModal
flags: Qt.Tool | Qt.WindowStaysOnTopHint | Qt.WindowCloseButtonHint | Qt.WindowTitleHint
buttons: P.MessageDialog.Yes | P.MessageDialog.No
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment