summary refs log tree commit diff
path: root/src/TrayIcon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/TrayIcon.cpp')
-rw-r--r--src/TrayIcon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TrayIcon.cpp b/src/TrayIcon.cpp

index 776140f2..44bfb6ca 100644 --- a/src/TrayIcon.cpp +++ b/src/TrayIcon.cpp
@@ -132,7 +132,7 @@ TrayIcon::setUnreadCount(int count) QString toolTip = QLatin1String("nheko"); if (count > 0) { - toolTip.append(tr("\n%1 unread message(s)").arg(count)); + toolTip.append(tr("\n%n unread message(s)", "", count)); } setToolTip(toolTip);