Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_config.c 


Log Message:
Fix typo in error dialog title.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_config.c,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -3 -r1.274 -r1.275
--- e_config.c  5 Oct 2007 06:05:16 -0000       1.274
+++ e_config.c  21 Oct 2007 09:23:49 -0000      1.275
@@ -2280,7 +2280,7 @@
               {
                  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);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to