aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-rw-r--r--libempathy-gtk/empathy-chat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index c2a88b2d5..81d0d0722 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -729,7 +729,8 @@ chat_send (EmpathyChat *chat,
if (!second_slash) {
empathy_chat_view_append_event (chat->view,
- _("Unsupported command"));
+ _("Unknown command, see /help for the available"
+ " commands"));
return;
}
}