]> git.0d.be Git - empathy.git/commitdiff
fix typo in comments
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 26 Nov 2009 10:40:31 +0000 (10:40 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 27 Nov 2009 15:29:51 +0000 (15:29 +0000)
src/empathy-chat-window.c

index 5f07203b52d976b5dd2c7b61684acbf26ddc3f7b..07a3535e8a6a210d8a2c133bbb365e72ff576f3f 100644 (file)
@@ -418,7 +418,7 @@ get_window_title_name (EmpathyChatWindowPriv *priv)
                }
 
                else if (current_unread_msgs == 0) {
-                       /* unread messages are in others tab */
+                       /* unread messages are in other tabs */
                        return g_strdup_printf (ngettext (
                                "%s (%d unread from others)",
                                "%s (%d unread from others)",
@@ -1195,8 +1195,7 @@ chat_window_new_message_cb (EmpathyChat       *chat,
        }
 
        if (has_focus && priv->current_chat == chat) {
-               /* window and tab are focused so consider than the message is
-                * read */
+               /* window and tab are focused so consider the message to be read */
                empathy_chat_messages_read (chat);
                return;
        }