diff options
author | Eldred Habert <eldredhabert0@gmail.com> | 2022-03-02 22:58:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 22:58:06 +0100 |
commit | 6c6c1a88cd50f26076772c6c6f245732a85b1504 (patch) | |
tree | 2374fd594b96c3c53d90d0cc6381cd248edb3c44 /src/UserSettingsPage.cpp | |
parent | Correct "be be" (diff) | |
download | nheko-6c6c1a88cd50f26076772c6c6f245732a85b1504.tar.xz |
Fix missing plural "messages"
Diffstat (limited to '')
-rw-r--r-- | src/UserSettingsPage.cpp | 2 |
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 " |