and the gettext

SVN revision: 77430
This commit is contained in:
Mike Blumenkrantz 2012-10-04 11:52:30 +00:00
parent 8c5b541a39
commit c88eda533f
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ _e_desktop_editor_cb_icon_select(void *data1, void *data2)
if (!dia) return;
e_object_del_attach_func_set(E_OBJECT(dia),
_e_desktop_edit_cb_icon_select_destroy);
snprintf(buf, sizeof(buf), "Select an Icon for '%s'", ecore_file_file_get(cfdata->orig_path));
snprintf(buf, sizeof(buf), _("Select an Icon for '%s'"), ecore_file_file_get(cfdata->orig_path));
e_dialog_title_set(dia, buf);
dia->data = cfdata;