Show Everything plugin's names translated in the settings dialog (patch from Igor Murzov)

SVN revision: 81050
This commit is contained in:
Massimo Maiurana 2012-12-16 16:59:48 +00:00
parent 9f1d6e067e
commit 647f511ef9
1 changed files with 1 additions and 1 deletions

View File

@ -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);