Merge pull request #51 from piotrdrag/master

Fix a minor typo
This commit is contained in:
Marco Ciampa 2015-02-14 19:51:25 +01:00
commit 4c8c961c3d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

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