# HG changeset patch # User Mark Doliner # Date 1196659896 0 # Node ID 4d776104ec0ea2424db1044bb594d63b58043955 # Parent 5f1ba65b018e7855d3d45bb8d18a803da88df297 Somehow this message got changed to only say ICQ instead of AIM/ICQ in revision 99cf698cfc5a930dda2b67b063730d528d92e976, when this bit of code was moved from libaim.c and libicq.c back into oscar.c. I also changed it to mention direct IM, as well, and the text now spans three lines instead of just two, since there is plenty of room on the advanced tab for oscar accounts, and I thought using three lines might make it easier for translators diff -r 5f1ba65b018e -r 4d776104ec0e libpurple/protocols/oscar/oscar.c --- a/libpurple/protocols/oscar/oscar.c Mon Dec 03 02:01:52 2007 +0000 +++ b/libpurple/protocols/oscar/oscar.c Mon Dec 03 05:31:36 2007 +0000 @@ -6699,7 +6699,7 @@ prpl_info->protocol_options = g_list_append(prpl_info->protocol_options, option); option = purple_account_option_bool_new( - _("Always use ICQ proxy server for file transfers\n(slower, but does not reveal your IP address)"), "always_use_rv_proxy", + _("Always use AIM/ICQ proxy server for\nfile transfers and direct IM (slower,\nbut does not reveal your IP address)"), "always_use_rv_proxy", OSCAR_DEFAULT_ALWAYS_USE_RV_PROXY); prpl_info->protocol_options = g_list_append(prpl_info->protocol_options, option);