From 6c6c1a88cd50f26076772c6c6f245732a85b1504 Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Wed, 2 Mar 2022 22:58:06 +0100 Subject: [PATCH] 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 "