change err message to help ppl in future.

SVN revision: 61100
This commit is contained in:
Carsten Haitzler 2011-07-07 02:19:18 +00:00
parent 2507034a26
commit c2c11a5282
1 changed files with 2 additions and 1 deletions

View File

@ -661,7 +661,8 @@ main(int argc, char **argv)
if (!efreet_init())
{
e_error_message_show(_("Enlightenment cannot initialize the FDO desktop system.\n"
"Perhaps you are out of memory?"));
"Perhaps you lack permissions on ~/.cache/efreet or are\n"
"out of memory or disk space?"));
_e_main_shutdown(-1);
}
_e_main_shutdown_push(efreet_shutdown);