diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2022-10-03 21:37:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 21:37:01 +0000 |
commit | 5e9eb845ab2f7f84c440a60666999655a084038f (patch) | |
tree | f6d576234859beedb55194a8496a13f3d526942e /src/ChatPage.cpp | |
parent | Fixed a crash in member list loading (#1199) (diff) | |
parent | Remove unnecessary emit (diff) | |
download | nheko-5e9eb845ab2f7f84c440a60666999655a084038f.tar.xz |
Merge pull request #1202 from Nheko-Reborn/grammar
Grammar
Diffstat (limited to 'src/ChatPage.cpp')
-rw-r--r-- | src/ChatPage.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp index 457b301e..d6b3d292 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp @@ -350,9 +350,9 @@ ChatPage::bootstrap(QString userid, QString homeserver, QString token) tr("Cache migration failed!"), tr("Migrating the cache to the current version failed. " "This can have different reasons. Please open an " - "issue and try to use an older version in the mean " - "time. Alternatively you can try deleting the cache " - "manually.")); + "issue at https://github.com/Nheko-Reborn/nheko and try to use an " + "older version in the meantime. Alternatively you can try " + "deleting the cache manually.")); QCoreApplication::quit(); } loadStateFromCache(); @@ -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, |