Various grammar fixes (mostly removing commas)
This commit is contained in:
parent
e78d107558
commit
df834ffc48
13 changed files with 18 additions and 18 deletions
|
|
@ -709,7 +709,7 @@ ChatPage::knockRoom(const QString &room,
|
|||
tr("Knock on room"),
|
||||
// clang-format off
|
||||
failedJoin
|
||||
? tr("You failed to join %1. You can try to knock, so that others can invite you in. Do you want to do so?\nYou may optionally provide a reason for others to accept your knock:").arg(room)
|
||||
? tr("You failed to join %1. You can try to knock so that others can invite you in. Do you want to do so?\nYou may optionally provide a reason for others to accept your knock:").arg(room)
|
||||
: tr("Do you really want to knock on %1? You may optionally provide a reason for others to accept your knock:").arg(room),
|
||||
// clang-format on
|
||||
QLineEdit::Normal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue