aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-11-01 22:41:45 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-11-01 22:41:45 +0800
commitaf69bde2866b6d219ae2f88bef748be2526c1604 (patch)
tree9052578c4750627aa72e5889517b2f01a4a74e26 /libempathy-gtk/empathy-chat.c
parent018af67a500b8bab6b8b374c32a887f399339834 (diff)
downloadgsoc2013-empathy-af69bde2866b6d219ae2f88bef748be2526c1604.tar
gsoc2013-empathy-af69bde2866b6d219ae2f88bef748be2526c1604.tar.gz
gsoc2013-empathy-af69bde2866b6d219ae2f88bef748be2526c1604.tar.bz2
gsoc2013-empathy-af69bde2866b6d219ae2f88bef748be2526c1604.tar.lz
gsoc2013-empathy-af69bde2866b6d219ae2f88bef748be2526c1604.tar.xz
gsoc2013-empathy-af69bde2866b6d219ae2f88bef748be2526c1604.tar.zst
gsoc2013-empathy-af69bde2866b6d219ae2f88bef748be2526c1604.zip
In case of unknown command, suggest /help
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;
}
}