# HG changeset patch # User Bj«Órn Voigt # Date 1287602852 0 # Node ID 001897406060b6e8cb55fe2a031ce8e06128d6ff # Parent 95128696ecc7bf9c1bb2f35e731bbf6cd54ca794 Two strings marked as translatable. You find them in the ICQ account menu. diff -r 95128696ecc7 -r 001897406060 libpurple/protocols/oscar/oscar.c --- a/libpurple/protocols/oscar/oscar.c Wed Oct 20 19:04:08 2010 +0000 +++ b/libpurple/protocols/oscar/oscar.c Wed Oct 20 19:27:32 2010 +0000 @@ -5459,10 +5459,10 @@ oscar_show_icq_privacy_opts); menu = g_list_prepend(menu, act); - act = purple_plugin_action_new("Show Visible List", oscar_show_visible_list); + act = purple_plugin_action_new(_("Show Visible List"), oscar_show_visible_list); menu = g_list_prepend(menu, act); - act = purple_plugin_action_new("Show Invisible List", oscar_show_invisible_list); + act = purple_plugin_action_new(_("Show Invisible List"), oscar_show_invisible_list); menu = g_list_prepend(menu, act); } else