Rectify a wrong help message
authorMikael Berthe <mikael@lilotux.net>
Sun, 07 May 2006 16:01:44 +0200
changeset 846 683516b450be
parent 845 51829325fe21
child 847 e1b7f71b0b1c
Rectify a wrong help message
mcabber/src/commands.c
--- 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;
   }