elementary/config - more error info

SVN revision: 70878
This commit is contained in:
ChunEon Park 2012-05-09 06:22:09 +00:00
parent 63ef69e2a6
commit d358fa5afe
1 changed files with 1 additions and 1 deletions

View File

@ -1141,7 +1141,7 @@ _elm_config_profile_save(void)
ret = ecore_file_mv(buf2, buf);
if (!ret)
{
ERR("Error saving Elementary's configuration file");
ERR("Error saving Elementary's configuration profile file");
goto err;
}