Correct "be be"
This kind of duplicated short word is is easy to have your brain "auto-correct" :D
This commit is contained in:
parent
d8d8662a42
commit
90e9df0ec9
@ -49,10 +49,10 @@ ApplicationWindow {
|
|||||||
id: promptLabel
|
id: promptLabel
|
||||||
text: {
|
text: {
|
||||||
if (roomid) {
|
if (roomid) {
|
||||||
return qsTr("These events will be be <b>shown</b> in %1:").arg(roomName);
|
return qsTr("These events will be <b>shown</b> in %1:").arg(roomName);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return qsTr("These events will be be <b>shown</b> in all rooms:");
|
return qsTr("These events will be <b>shown</b> in all rooms:");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
font.pixelSize: Math.floor(fontMetrics.font.pixelSize * 1.2)
|
font.pixelSize: Math.floor(fontMetrics.font.pixelSize * 1.2)
|
||||||
|
Loading…
Reference in New Issue
Block a user