From 647f511ef9d8245252feca2fe04613c122686017 Mon Sep 17 00:00:00 2001 From: Massimo Maiurana Date: Sun, 16 Dec 2012 16:59:48 +0000 Subject: [PATCH] Show Everything plugin's names translated in the settings dialog (patch from Igor Murzov) SVN revision: 81050 --- src/modules/everything/evry_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/everything/evry_config.c b/src/modules/everything/evry_config.c index ff5f6e544..04f20126d 100644 --- a/src/modules/everything/evry_config.c +++ b/src/modules/everything/evry_config.c @@ -217,7 +217,7 @@ _fill_list(Eina_List *plugins, Evas_Object *obj, int enabled __UNUSED__) * evas_object_del(end); * end = NULL; * } */ - e_widget_ilist_append(obj, NULL, pc->name, NULL, pc, NULL); + e_widget_ilist_append(obj, NULL, _(pc->name), NULL, pc, NULL); } e_widget_ilist_go(obj);