From 27b0f208ab0c80d52d034b56928400cef2e7b96b Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 10 Jan 2006 08:32:27 +0000 Subject: [PATCH] oops - message typos! SVN revision: 19687 --- src/bin/e_apps.c | 4 ++-- src/bin/e_fileman_file.c | 6 +++--- src/bin/e_utils.c | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/bin/e_apps.c b/src/bin/e_apps.c index 2532b313b..727692edd 100644 --- a/src/bin/e_apps.c +++ b/src/bin/e_apps.c @@ -410,7 +410,7 @@ e_app_exec(E_App *a, int launch_id) { free(inst); e_error_dialog_show(_("Run Error"), - _("Enlightenment was unable fork a child process:\n" + _("Enlightenment was unable to fork a child process:\n" "\n" "%s\n" "\n"), @@ -1838,7 +1838,7 @@ _e_apps_cb_exit(void *data, int type, void *event) if (ev->exit_code == 127) /* /bin/sh uses this if cmd not found */ e_error_dialog_show(_("Run Error"), - _("Enlightenment was unable run the program:\n" + _("Enlightenment was unable to run the program:\n" "\n" "%s\n" "\n" diff --git a/src/bin/e_fileman_file.c b/src/bin/e_fileman_file.c index 86636f232..46ca0876b 100644 --- a/src/bin/e_fileman_file.c +++ b/src/bin/e_fileman_file.c @@ -338,7 +338,7 @@ e_fm_file_exec(E_Fm_File *file) if (!exe) { e_error_dialog_show(_("Run Error"), - _("Enlightenment was unable fork a child process:\n" + _("Enlightenment was unable to fork a child process:\n" "\n" "%s\n" "\n"), @@ -389,7 +389,7 @@ e_fm_file_assoc_exec(E_Fm_File *file) if (!exe) { e_error_dialog_show(_("Run Error"), - _("Enlightenment was unable fork a child process:\n" + _("Enlightenment was unable to fork a child process:\n" "\n" "%s\n" "\n"), @@ -417,7 +417,7 @@ e_fm_file_exec_with(E_Fm_File *file, char* exec_with) if (!exe) { e_error_dialog_show(_("Run Error"), - _("3 Enlightenment was unable fork a child process:\n" + _("3 Enlightenment was unable to fork a child process:\n" "\n" "%s\n" "\n"), diff --git a/src/bin/e_utils.c b/src/bin/e_utils.c index 58a293bcb..95beec10e 100644 --- a/src/bin/e_utils.c +++ b/src/bin/e_utils.c @@ -221,7 +221,7 @@ e_util_head_exec(int head, char *cmd) if (!exe) { e_error_dialog_show(_("Run Error"), - _("Enlightenment was unable fork a child process:\n" + _("Enlightenment was unable to fork a child process:\n" "\n" "%s\n" "\n"),