From 6c6c1a88cd50f26076772c6c6f245732a85b1504 Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Wed, 2 Mar 2022 22:58:06 +0100 Subject: Fix missing plural "messages" --- src/UserSettingsPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/UserSettingsPage.cpp') 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 " -- cgit 1.5.1 From 210066a4f7e125c9da3b7d614fe8553639c49d04 Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Wed, 2 Mar 2022 22:58:59 +0100 Subject: 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(-) (limited to 'src/UserSettingsPage.cpp') 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: -- cgit 1.5.1 From 21e8338d787cf10947136750a4b54f2eaa68e2cf Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Wed, 2 Mar 2022 23:11:28 +0100 Subject: Remove extraneous comma Achtung! --- src/UserSettingsPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/UserSettingsPage.cpp') 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( -- cgit 1.5.1