From: <mar...@us...> - 2006-08-26 17:22:30
|
Revision: 17047 Author: markhuetsch Date: 2006-08-26 10:22:24 -0700 (Sat, 26 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=17047&view=rev Log Message: ----------- Fixed a comment and a user notification. Modified Paths: -------------- trunk/libgaim/protocols/qq/im.c trunk/libgaim/protocols/qq/sys_msg.c Modified: trunk/libgaim/protocols/qq/im.c =================================================================== --- trunk/libgaim/protocols/qq/im.c 2006-08-26 13:53:10 UTC (rev 17046) +++ trunk/libgaim/protocols/qq/im.c 2006-08-26 17:22:24 UTC (rev 17047) @@ -310,7 +310,7 @@ /* send encoded to gaim, note that we use im_text->send_time, * not the time we receive the message - * as it may have been dealyed when I am not online. */ + * as it may have been delayed when I am not online. */ serv_got_im(gc, name, msg_utf8_encoded, gaim_msg_type, (time_t) im_text->send_time); g_free(msg_utf8_encoded); Modified: trunk/libgaim/protocols/qq/sys_msg.c =================================================================== --- trunk/libgaim/protocols/qq/sys_msg.c 2006-08-26 13:53:10 UTC (rev 17046) +++ trunk/libgaim/protocols/qq/sys_msg.c 2006-08-26 17:22:24 UTC (rev 17047) @@ -195,7 +195,7 @@ qd = (qq_data *) gc->proto_data; qq_add_buddy_by_recv_packet(gc, strtol(from, NULL, 10), TRUE, TRUE); - message = g_strdup_printf(_("Use %s has approved your request"), from); + message = g_strdup_printf(_("User %s has approved your request"), from); _qq_sys_msg_log_write(gc, message, from); gaim_notify_info(gc, NULL, message, NULL); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |