diff options
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r-- | src/empathy-chat-window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 07a3535e8..b9e1e1bf3 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -429,8 +429,8 @@ get_window_title_name (EmpathyChatWindowPriv *priv) else { /* unread messages are in all the tabs */ return g_strdup_printf (ngettext ( - "%s (%d unread from everyone)", - "%s (%d unread from everyone)", + "%s (%d unread from all)", + "%s (%d unread from all)", all_unread_msgs), active_name, all_unread_msgs); } |