don't throw garbage error on missing e/desktop/background group for theme dialog

SVN revision: 80304
This commit is contained in:
Mike Blumenkrantz 2012-12-06 07:44:00 +00:00
parent 99a916394b
commit ccba023d9a
1 changed files with 2 additions and 2 deletions

View File

@ -332,8 +332,8 @@ _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 file does not contain e/desktop/background group!"),
(char*)file);
_("%s is probably not an E17 theme!"),
eet_file_get(file));
}
static void