mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 20:18:53 +03:00
make ImagePackDialog text translatable
This commit is contained in:
parent
b91c70a8ea
commit
c605fb6ca8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue