Fix missing plural "messages"

This commit is contained in:
Eldred Habert 2022-03-02 22:58:06 +01:00 committed by GitHub
parent 90e9df0ec9
commit 6c6c1a88cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 "