Make sure %1 is kept in the final string
This commit is contained in:
parent
0c4fd6eaeb
commit
6df3d093e1
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", "%1")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue