Skip to content
Snippets Groups Projects
Unverified Commit 6c6c1a88 authored by Eldred Habert's avatar Eldred Habert Committed by GitHub
Browse files

Fix missing plural "messages"

parent 90e9df0e
No related branches found
No related tags found
No related merge requests found
......@@ -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 "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment