libgaim/protocols/qq/qq.c

changeset 14381
f61d2e267c67
parent 14380
468fb688f04f
child 14382
bbd2614d677d
--- a/libgaim/protocols/qq/qq.c	Thu Aug 24 07:00:34 2006 +0000
+++ b/libgaim/protocols/qq/qq.c	Thu Aug 24 08:04:46 2006 +0000
@@ -374,7 +374,7 @@
 
 	if (uid <= 0) {
 		gaim_debug(GAIM_DEBUG_ERROR, "QQ", "Not valid QQid: %s\n", who);
-		gaim_notify_error(gc, NULL, _("Invalid name, please input in qq-xxxxxxxx format"), NULL);
+		gaim_notify_error(gc, NULL, _("Invalid name"), NULL);
 		return;
 	}
 

mercurial