diff options
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index c01b12519..3e565585b 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -618,7 +618,7 @@ chat_command_join_cb (EmpathyDispatchOperation *dispatch, if (error != NULL) { DEBUG ("Error: %s", error->message); empathy_chat_view_append_event (chat->view, - _("Failed to join chatroom")); + _("Failed to join chat room")); } } |