diff --git a/src/bin/e_eap_editor.c b/src/bin/e_eap_editor.c index 5e0684645..0b159dfac 100644 --- a/src/bin/e_eap_editor.c +++ b/src/bin/e_eap_editor.c @@ -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;