comparison libpurple/protocols/oscar/oscar.c @ 31051:001897406060

Two strings marked as translatable. You find them in the ICQ account menu.
author Björn Voigt <bjoern@cs.tu-berlin.de>
date Wed, 20 Oct 2010 19:27:32 +0000
parents 1cdae196aac8
children 63b9cb97d356 4297feb30ad1
comparison
equal deleted inserted replaced
31050:95128696ecc7 31051:001897406060
5457 /* ICQ actions */ 5457 /* ICQ actions */
5458 act = purple_plugin_action_new(_("Set Privacy Options..."), 5458 act = purple_plugin_action_new(_("Set Privacy Options..."),
5459 oscar_show_icq_privacy_opts); 5459 oscar_show_icq_privacy_opts);
5460 menu = g_list_prepend(menu, act); 5460 menu = g_list_prepend(menu, act);
5461 5461
5462 act = purple_plugin_action_new("Show Visible List", oscar_show_visible_list); 5462 act = purple_plugin_action_new(_("Show Visible List"), oscar_show_visible_list);
5463 menu = g_list_prepend(menu, act); 5463 menu = g_list_prepend(menu, act);
5464 5464
5465 act = purple_plugin_action_new("Show Invisible List", oscar_show_invisible_list); 5465 act = purple_plugin_action_new(_("Show Invisible List"), oscar_show_invisible_list);
5466 menu = g_list_prepend(menu, act); 5466 menu = g_list_prepend(menu, act);
5467 } 5467 }
5468 else 5468 else
5469 { 5469 {
5470 /* AIM actions */ 5470 /* AIM actions */