someone forgot to break this case statement. how embarrassing for this person and his family.

SVN revision: 64876
This commit is contained in:
Mike Blumenkrantz 2011-11-07 22:13:01 +00:00
parent 696204e49a
commit 970335809a
1 changed files with 1 additions and 0 deletions

View File

@ -2155,6 +2155,7 @@ _e_config_eet_close_handle(Eet_File *ef, char *file)
break;
case EET_ERROR_WRITE_ERROR:
erstr = _("This is a generic error.");
break;
case EET_ERROR_WRITE_ERROR_FILE_TOO_BIG:
erstr = _("The settings file is too large.<br>It should be very small (a few hundred KB at most).");
break;