From 90e9df0ec916aeae2af3cc03e360d4cb68eac448 Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Wed, 2 Mar 2022 22:52:34 +0100 Subject: [PATCH 1/4] Correct "be be" This kind of duplicated short word is is easy to have your brain "auto-correct" :D --- resources/qml/dialogs/HiddenEventsDialog.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/dialogs/HiddenEventsDialog.qml b/resources/qml/dialogs/HiddenEventsDialog.qml index cc6f17a5..e0e79604 100644 --- a/resources/qml/dialogs/HiddenEventsDialog.qml +++ b/resources/qml/dialogs/HiddenEventsDialog.qml @@ -49,10 +49,10 @@ ApplicationWindow { id: promptLabel text: { if (roomid) { - return qsTr("These events will be be shown in %1:").arg(roomName); + return qsTr("These events will be shown in %1:").arg(roomName); } else { - return qsTr("These events will be be shown in all rooms:"); + return qsTr("These events will be shown in all rooms:"); } } font.pixelSize: Math.floor(fontMetrics.font.pixelSize * 1.2) From 6c6c1a88cd50f26076772c6c6f245732a85b1504 Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Wed, 2 Mar 2022 22:58:06 +0100 Subject: [PATCH 2/4] Fix missing plural "messages" --- src/UserSettingsPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UserSettingsPage.cpp b/src/UserSettingsPage.cpp index 862a70d0..f1996854 100644 --- a/src/UserSettingsPage.cpp +++ b/src/UserSettingsPage.cpp @@ -1110,7 +1110,7 @@ UserSettingsModel::data(const QModelIndex &index, int role) const case ReadReceipts: return tr("Show if your message was read.\nStatus is displayed next to timestamps."); case DesktopNotifications: - return tr("Notify about received message when the client is not currently focused."); + return tr("Notify about received messages when the client is not currently focused."); case AlertOnNotification: return tr( "Show an alert when a message is received.\nThis usually causes the application " From 210066a4f7e125c9da3b7d614fe8553639c49d04 Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Wed, 2 Mar 2022 22:58:59 +0100 Subject: [PATCH 3/4] Fix incorrect capitalization of "circle" Anyone German in the room, or is it just me? ;3 --- src/UserSettingsPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UserSettingsPage.cpp b/src/UserSettingsPage.cpp index f1996854..8db5f5a4 100644 --- a/src/UserSettingsPage.cpp +++ b/src/UserSettingsPage.cpp @@ -1117,7 +1117,7 @@ UserSettingsModel::data(const QModelIndex &index, int role) const "icon in the task bar to animate in some fashion."); case AvatarCircles: return tr( - "Change the appearance of user avatars in chats.\nOFF - square, ON - Circle."); + "Change the appearance of user avatars in chats.\nOFF - square, ON - circle."); case UseIdenticon: return tr("Display an identicon instead of a letter when no avatar is set."); case DecryptSidebar: From 21e8338d787cf10947136750a4b54f2eaa68e2cf Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Wed, 2 Mar 2022 23:11:28 +0100 Subject: [PATCH 4/4] Remove extraneous comma Achtung! --- src/UserSettingsPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UserSettingsPage.cpp b/src/UserSettingsPage.cpp index 8db5f5a4..c7ac790a 100644 --- a/src/UserSettingsPage.cpp +++ b/src/UserSettingsPage.cpp @@ -1170,7 +1170,7 @@ UserSettingsModel::data(const QModelIndex &index, int role) const case SelfSigningKey: return tr( "The key to verify your own devices. If it is cached, verifying one of your devices " - "will mark it verified for all your other devices and for users, that have verified " + "will mark it verified for all your other devices and for users that have verified " "you."); case UserSigningKey: return tr(