changeset 846:683516b450be

Rectify a wrong help message
author Mikael Berthe <mikael@lilotux.net>
date Sun, 07 May 2006 16:01:44 +0200
parents 51829325fe21
children e1b7f71b0b1c
files mcabber/src/commands.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/commands.c	Sun May 07 15:40:09 2006 +0200
+++ b/mcabber/src/commands.c	Sun May 07 16:01:44 2006 +0200
@@ -1178,7 +1178,7 @@
   char *name_utf8;
 
   if (!*arg) {
-    scr_LogPrint(LPRINT_NORMAL, "Please specify a Jabber ID to rename.");
+    scr_LogPrint(LPRINT_NORMAL, "Please specify a new name.");
     return;
   }