plugins/share: Escape literal %percent character in i18n string

The QML config file is not used anywhere for now, and C++ counterpart
already has it properly escaped.
This commit is contained in:
ivan tkachenko 2023-04-25 17:48:09 +06:00
parent 789848b270
commit f1e96f7640
No known key found for this signature in database
GPG key ID: AF72731B7C654CB3

View file

@ -54,6 +54,6 @@ Kirigami.FormLayout {
}
QQC2.Label {
text: i18n("%1 in the path will be replaced with the specific device name")
text: i18n("%1 in the path will be replaced with the specific device name")
}
}