From 9448c0cc9fea043c25cc7274a51067ef10ca303e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20Gst=C3=A4dtner?= <thomas@gstaedtner.net>
Date: Mon, 12 Nov 2012 19:40:21 +0100
Subject: [PATCH 3/5] wallpaper: more sane dialog title
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Thomas Gstädtner <thomas@gstaedtner.net>
---
 trunk/e/src/bin/e_import_config_dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/trunk/e/src/bin/e_import_config_dialog.c b/trunk/e/src/bin/e_import_config_dialog.c
index 49a5c7e..90eab73 100644
--- a/trunk/e/src/bin/e_import_config_dialog.c
+++ b/trunk/e/src/bin/e_import_config_dialog.c
@@ -288,7 +288,7 @@ _import_cb_edje_cc_exit(void *data, __UNUSED__ int type, void *event)
 
    if (ev->exit_code != 0)
      {
-        e_util_dialog_show(_("Picture E_Import_Config_Dialog Error"),
+        e_util_dialog_show(_("Picture Import Error"),
                            _("Enlightenment was unable to import the picture<br>"
                              "due to conversion errors."));
         r = 0;
-- 
1.8.0

