diff libgaim/protocols/qq/qq.c @ 14319:69f594f56de5

[gaim-migrate @ 17012] Removed the prefix before user IDs, it was giving the Adium folks a hard time. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Thu, 24 Aug 2006 08:04:46 +0000
parents 437ce90442cf
children 01f13d2e73de
line wrap: on
line diff
--- 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;
 	}