Enlightenment CVS committal

Author  : ravenlock
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fm.c 


Log Message:
Fix typo.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -3 -r1.239 -r1.240
--- e_fm.c      7 Mar 2008 19:13:53 -0000       1.239
+++ e_fm.c      17 Apr 2008 02:51:26 -0000      1.240
@@ -509,10 +509,10 @@
        dialog = e_dialog_new(con, "E", "_fm_file_unexisting_path_dialog");
        e_dialog_button_add(dialog, _("Close"), NULL, NULL, dialog);
        e_dialog_button_focus_num(dialog, 0);
-       e_dialog_title_set(dialog, _("Unexisting path"));
+       e_dialog_title_set(dialog, _("Nonexistent path"));
 
        snprintf(text, sizeof(text), 
-                _("%s doesn't exists"),
+                _("%s doesn't exist."),
                 realpath);
 
        e_dialog_text_set(dialog, text);



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to