changeset 21736:4d776104ec0e

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
author Mark Doliner <mark@kingant.net>
date Mon, 03 Dec 2007 05:31:36 +0000
parents 5f1ba65b018e
children 80aaf91b1025
files libpurple/protocols/oscar/oscar.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);