e modules: categories also need some translation lovin'.

SVN revision: 72785
This commit is contained in:
Chidambar Zinnoury 2012-06-25 08:09:25 +00:00
parent 712db1eb5a
commit ef3bb217b4
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ _fill_cat_list(E_Config_Dialog_Data *cfdata)
for (itr = _types; itr->key_len > 0; itr++)
{
cft = _cftype_new(itr->key, itr->name, itr->icon);
cft = _cftype_new(itr->key, _(itr->name), itr->icon);
icon = e_icon_add(cfdata->evas);
if (icon)
{