projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62328e0
)
Update the error message shown if a theme file is invalid.
author
Yomi
<abyomi0@gmail.com>
Fri, 13 Feb 2015 21:03:01 +0000
(16:03 -0500)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Fri, 13 Feb 2015 21:03:01 +0000
(16:03 -0500)
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
patch
|
blob
|
history
diff --git
a/src/modules/conf_theme/e_int_config_theme.c
b/src/modules/conf_theme/e_int_config_theme.c
index 026bdbead78c0d79222e4c40812cc24611ed673b..6c635aedeb8292b468c4801e7c6bea3e1035e259 100644
(file)
--- 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 E
17
theme!"),
+ _("%s is probably not an E theme!"),
eet_file_get(file));
}