From af69bde2866b6d219ae2f88bef748be2526c1604 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sun, 1 Nov 2009 15:41:45 +0100 Subject: In case of unknown command, suggest /help --- libempathy-gtk/empathy-chat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libempathy-gtk') 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; } } -- cgit v1.2.3