From: <lsc...@us...> - 2006-12-14 01:47:29
|
Revision: 17991 http://svn.sourceforge.net/gaim/?rev=17991&view=rev Author: lschiere Date: 2006-12-13 17:47:25 -0800 (Wed, 13 Dec 2006) Log Message: ----------- This should reduce the number of questions about encoding errors we get. it also closes rh bug 219524 Modified Paths: -------------- trunk/libgaim/protocols/oscar/oscar.c Modified: trunk/libgaim/protocols/oscar/oscar.c =================================================================== --- trunk/libgaim/protocols/oscar/oscar.c 2006-12-14 01:06:18 UTC (rev 17990) +++ trunk/libgaim/protocols/oscar/oscar.c 2006-12-14 01:47:25 UTC (rev 17991) @@ -427,7 +427,7 @@ if (ret == NULL) ret = gaim_plugin_oscar_convert_to_utf8(data, datalen, charsetstr2, TRUE); if (ret == NULL) - ret = g_strdup(_("(There was an error receiving this message. The buddy you are speaking to most likely has a buggy client.)")); + ret = g_strdup(_("(There was an error receiving this message. Either you and the buddy you are speaking to have a different encoding selected, or the buddy has a buggy client.)")); return ret; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |