mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
1999-02-06 Miguel de Icaza <miguel@nuclecu.unam.mx>
* cmd.c (view_other_cmd): Do not use \r in translatable strings.
This commit is contained in:
parent
85e46b6b30
commit
2127b21146
@ -1,3 +1,7 @@
|
||||
1999-02-06 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* cmd.c (view_other_cmd): Do not use \r in translatable strings.
|
||||
|
||||
1999-02-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* widget.c (push_history): Only do check the history headings if
|
||||
|
@ -964,7 +964,9 @@ view_other_cmd (void)
|
||||
{
|
||||
if (output_starts_shell){
|
||||
fprintf (stderr,
|
||||
_("Type `exit' to return to the Midnight Commander\n\r\n\r"));
|
||||
_("Type `exit' to return to the Midnight Commander"));
|
||||
fprintf (stderr, "\n\r\n\r");
|
||||
|
||||
my_system (EXECUTE_AS_SHELL, shell, NULL);
|
||||
} else
|
||||
get_key_code (0);
|
||||
|
Loading…
Reference in New Issue
Block a user