From c88eda533f760e75310c8e381bfda84c5fbe6f8b Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 4 Oct 2012 11:52:30 +0000 Subject: [PATCH] and the gettext SVN revision: 77430 --- src/bin/e_eap_editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;