[Pkg-e-commits] [SCM] Enlightenment 17 branch, upstream-vcs, updated. a8698069ec4eec9c2a189198fa5eec9854b168ac

ravenlock ravenlock at alioth.debian.org
Sun May 4 21:40:15 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit 24a4257a088dae365e9d83791ebd73d1eaac2638
Author: ravenlock <ravenlock>
Date:   Thu Apr 17 02:51:26 2008 +0000

    Fix typo.

diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c
index 2948fd0..9454de7 100644
--- a/src/bin/e_fm.c
+++ b/src/bin/e_fm.c
@@ -509,10 +509,10 @@ e_fm2_path_set(Evas_Object *obj, const char *dev, const char *path)
 	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);

-- 
Enlightenment 17



More information about the Pkg-e-commits mailing list