1
1

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

Этот коммит содержится в:
Roland Illig 2005-07-22 07:27:01 +00:00
родитель 2fd33802b3
Коммит 37ffcf9ae7
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

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