* ext.c: Fixed a typo which has been noted by Arpad Biro.

This commit is contained in:
Roland Illig 2005-07-22 07:27:01 +00:00
parent 2fd33802b3
commit 37ffcf9ae7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-07-22 Roland Illig <roland.illig@gmx.de>
* ext.c: Fixed a typo which has been noted by Arpad Biro.
2005-07-20 Roland Illig <roland.illig@gmx.de>
* key.c: When the command line option -x is given, enable

View File

@ -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);
}