pidgin: c6157630: Two strings marked as translatable. You ...

bjoern at cs.tu-berlin.de bjoern at cs.tu-berlin.de
Wed Oct 20 15:30:52 EDT 2010


----------------------------------------------------------------------
Revision: c6157630c67f409058814132e5e635be32be1f86
Parent:   285a4a651b2412f1377d73c68ede2550e3f80e72
Author:   bjoern at cs.tu-berlin.de
Date:     10/20/10 15:27:32
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/c6157630c67f409058814132e5e635be32be1f86

Changelog: 

Two strings marked as translatable. You find them in the ICQ account
menu.

Changes against parent 285a4a651b2412f1377d73c68ede2550e3f80e72

  patched  libpurple/protocols/oscar/oscar.c

-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/oscar.c	e8c1ff08db1d603ba878a7bbfdac077b6abb35e5
+++ libpurple/protocols/oscar/oscar.c	e553049470033a36c0033a25e1f53f6b4c44b5f6
@@ -5459,10 +5459,10 @@ oscar_actions(PurplePlugin *plugin, gpoi
 				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


More information about the Commits mailing list