From f54d7becf367b0e8e7dac0177fa628d3a9eebb1a Mon Sep 17 00:00:00 2001 From: Eric Schuele Date: Thu, 17 Apr 2008 02:51:26 +0000 Subject: [PATCH] Fix typo. SVN revision: 34286 --- src/bin/e_fm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index 2948fd09a..9454de773 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);