mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
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
1 changed files with 2 additions and 2 deletions
|
@ -49,10 +49,10 @@ ApplicationWindow {
|
|||
id: promptLabel
|
||||
text: {
|
||||
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 {
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue