Fix typo in error dialog title.

SVN revision: 32127
This commit is contained in:
Christopher Michael 2007-10-21 09:23:49 +00:00
parent 9c8d88f3c6
commit 65a8a77921
1 changed files with 1 additions and 1 deletions

View File

@ -2280,7 +2280,7 @@ _e_config_eet_close_handle(Eet_File *ef, char *file)
{
char buf[8192];
e_dialog_title_set(dia, _("Enlightenment Configration Write Problems"));
e_dialog_title_set(dia, _("Enlightenment Configuration Write Problems"));
e_dialog_icon_set(dia, "enlightenment/error", 64);
snprintf(buf, sizeof(buf), erstr, file);
e_dialog_text_set(dia, buf);