diff --git a/src/ChangeLog b/src/ChangeLog index 7b894b811..887cd1681 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-07-22 Roland Illig + + * ext.c: Fixed a typo which has been noted by Arpad Biro. + 2005-07-20 Roland Illig * key.c: When the command line option -x is given, enable diff --git a/src/ext.c b/src/ext.c index 19d090e63..6f7af7d06 100644 --- a/src/ext.c +++ b/src/ext.c @@ -478,7 +478,7 @@ regex_command (const char *filename, const char *action, int *move_dir) g_strdup_printf (_(" ~/%s file error "), MC_USER_EXT); message (1, title, _("The format of the ~/%s file has " "changed with version 3.0. You may either want to copy " - "it from %smc.ext of use that file as an example of how " + "it from %smc.ext or use that file as an example of how " "to write it."), MC_USER_EXT, mc_home); g_free (title); }