Correct "be be"

This kind of duplicated short word is
is easy to have your brain "auto-correct" :D
pull/969/head
Eldred Habert 3 years ago committed by GitHub
parent d8d8662a42
commit 90e9df0ec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      resources/qml/dialogs/HiddenEventsDialog.qml

@ -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…
Cancel
Save