utils: clarify error message

This commit is contained in:
Wonguk Jeong 2014-08-18 18:53:49 +02:00
parent a49265e609
commit 80caa24ab6
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ theme_apply_default(Evas_Object *edje, const Config *config, const char *group)
return EINA_TRUE;
errmsg = edje_load_error_str(edje_object_load_error_get(edje));
ERR(_("Could not load any theme for group=%s: %s"), group, errmsg);
ERR(_("Could not load default theme for group=%s: %s"), group, errmsg);
return EINA_FALSE;
}