Correct "be be"

This kind of duplicated short word is
is easy to have your brain "auto-correct" :D
This commit is contained in:
Eldred Habert 2022-03-02 22:52:34 +01:00 committed by GitHub
parent d8d8662a42
commit 90e9df0ec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)