oops - message typos!

SVN revision: 19687
This commit is contained in:
Carsten Haitzler 2006-01-10 08:32:27 +00:00
parent f33f8a5007
commit 27b0f208ab
3 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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"),

View File

@ -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"),