summary refs log tree commit diff
path: root/src/UserSettingsPage.cpp
diff options
context:
space:
mode:
authorEldred Habert <eldredhabert0@gmail.com>2022-03-02 22:58:06 +0100
committerGitHub <noreply@github.com>2022-03-02 22:58:06 +0100
commit6c6c1a88cd50f26076772c6c6f245732a85b1504 (patch)
tree2374fd594b96c3c53d90d0cc6381cd248edb3c44 /src/UserSettingsPage.cpp
parentCorrect "be be" (diff)
downloadnheko-6c6c1a88cd50f26076772c6c6f245732a85b1504.tar.xz
Fix missing plural "messages"
Diffstat (limited to '')
-rw-r--r--src/UserSettingsPage.cpp2
1 files changed, 1 insertions, 1 deletions
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 "