[empathy: 9/12] In case of unknown command, suggest /help
- From: Xavier Claessens <xclaesse src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy: 9/12] In case of unknown command, suggest /help
- Date: Tue, 3 Nov 2009 16:16:46 +0000 (UTC)
commit af69bde2866b6d219ae2f88bef748be2526c1604
Author: Xavier Claessens <xclaesse gmail com>
Date: Sun Nov 1 15:41:45 2009 +0100
In case of unknown command, suggest /help
libempathy-gtk/empathy-chat.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index c2a88b2..81d0d07 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;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]