edje_edit: fix typo in error message

This commit is contained in:
Amitesh Singh 2015-09-28 15:45:44 +05:30
parent 139d452efe
commit 27f313c2fe
1 changed files with 1 additions and 1 deletions

View File

@ -12568,7 +12568,7 @@ edje_edit_clean_save_as(Evas_Object *obj, const char *new_file_name)
if (ecore_file_exists(new_file_name))
{
ERR("Error. file \"%s\" allready exists",
ERR("Error. file \"%s\" already exists",
new_file_name);
return EINA_FALSE;
}