changeset 18403:8ee1f173253c

merge of '414f0770611139752d484f4831cb59038456c9bf' and 'ac9248515df0eeec749075d5b6242b285cf57967'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 01 Jul 2007 07:15:16 +0000
parents 238086459dc4 (current diff) bf026a5800db (diff)
children 9a0f99ea664d
files pidgin/plugins/spellchk.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/qq/im.c	Sun Jul 01 03:15:43 2007 +0000
+++ b/libpurple/protocols/qq/im.c	Sun Jul 01 07:15:16 2007 +0000
@@ -573,7 +573,7 @@
 		read_packet_b(data, &cursor, len, &reply);
 		if (reply != QQ_SEND_IM_REPLY_OK) {
 			purple_debug(PURPLE_DEBUG_WARNING, "QQ", "Send IM fail\n");
-			purple_notify_error(gc, _("Server ACK"), _("Send IM fail\n"), NULL);
+			purple_notify_error(gc, _("Server ACK"), _("Failed to send IM."), NULL);
 		}
 		else
 			purple_debug(PURPLE_DEBUG_INFO, "QQ", "IM ACK OK\n");