From db6aeef2b1a9c831fa0901e499dd8f73ff733836 Mon Sep 17 00:00:00 2001 From: Yomi Date: Fri, 13 Feb 2015 16:03:01 -0500 Subject: [PATCH] Update the error message shown if a theme file is invalid. Summary: Update the error message shown if a theme file is invalid. This isn't E17 any more. rEec1cd25cfe666665b9e5641c91d3ad1fd2f9f11c {F13161 size="full"} Reviewers: zmike, raster Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D1959 --- src/modules/conf_theme/e_int_config_theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/conf_theme/e_int_config_theme.c b/src/modules/conf_theme/e_int_config_theme.c index 026bdbead..6c635aede 100644 --- a/src/modules/conf_theme/e_int_config_theme.c +++ b/src/modules/conf_theme/e_int_config_theme.c @@ -570,7 +570,7 @@ _open_test_cb(void *file) { if (!edje_file_group_exists(eet_file_get(file), "e/desktop/background")) e_util_dialog_show(_("Theme File Error"), - _("%s is probably not an E17 theme!"), + _("%s is probably not an E theme!"), eet_file_get(file)); }