SVN revision: 63749
This commit is contained in:
Massimo Maiurana 2011-10-02 13:53:10 +00:00
parent 7171f0a76f
commit e82fbc1825
1 changed files with 1 additions and 1 deletions

View File

@ -2198,7 +2198,7 @@ _e_config_eet_close_handle(Eet_File *ef, char *file)
erstr = _("Encryption failed.");
break;
case EET_ERROR_DECRYPT_FAILED:
erstr = _("Decruption failed.");
erstr = _("Decryption failed.");
break;
default: /* if we get here eet added errors we don't know */
erstr = _("The error is unknown to Enlightenment.");