Config dialog title is translatable.

SVN revision: 43876
This commit is contained in:
Christopher Michael 2009-11-21 18:47:35 +00:00
parent 8166b9fe84
commit 28109935b0
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ il_home_config_show(E_Container *con, const char *params)
v->normal_win = 1;
v->scroll = 1;
cfd = e_config_dialog_new(con, "Home Settings", "E",
cfd = e_config_dialog_new(con, _("Home Settings"), "E",
"_config_illume_home_settings",
"enlightenment/launcher_settings", 0, v, NULL);
e_dialog_resizable_set(cfd->dia, 1);