Mon, 03 Dec 2007 05:31:36 +0000
Somehow this message got changed to only say ICQ instead of AIM/ICQ in
revision 483b223d0b603cea4def0eedbcdc157e5a3bab14, 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
| libpurple/protocols/oscar/oscar.c | file | annotate | diff | comparison | revisions |
--- 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);