mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
commit
4c8c961c3d
@ -295,7 +295,7 @@ You may redefine key bindings. See
|
||||
.I redefine hotkey bindings
|
||||
.\"Keys_redefine"
|
||||
.PP
|
||||
for more info. All other key bindings (described in this manual) relative
|
||||
for more info. All other key bindings (described in this manual) are relative
|
||||
to default behavior.
|
||||
|
||||
.PP
|
||||
|
@ -981,7 +981,7 @@ user_menu_cmd (struct WEdit * edit_widget, const char *menu_file, int selected_e
|
||||
|
||||
if (!g_file_get_contents (menu, &data, NULL, NULL))
|
||||
{
|
||||
message (D_ERROR, MSG_ERROR, _("Cannot open file%s\n%s"), menu, unix_error_string (errno));
|
||||
message (D_ERROR, MSG_ERROR, _("Cannot open file %s\n%s"), menu, unix_error_string (errno));
|
||||
MC_PTR_FREE (menu);
|
||||
return FALSE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user