mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
* ext.c: Fixed a typo which has been noted by Arpad Biro.
This commit is contained in:
parent
2fd33802b3
commit
37ffcf9ae7
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user