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:
parent
789848b270
commit
f1e96f7640
1 changed files with 1 additions and 1 deletions
|
@ -54,6 +54,6 @@ Kirigami.FormLayout {
|
||||||
}
|
}
|
||||||
|
|
||||||
QQC2.Label {
|
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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue