discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=db6aeef2b1a9c831fa0901e499dd8f73ff733836

commit db6aeef2b1a9c831fa0901e499dd8f73ff733836
Author: Yomi <abyo...@gmail.com>
Date:   Fri Feb 13 16:03:01 2015 -0500

    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 026bdbe..6c635ae 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));
 }
 

-- 


Reply via email to