Skip to content

Commit

Permalink
Merge branch '3409_user_menu_help'
Browse files Browse the repository at this point in the history
* 3409_user_menu_help:
  Ticket #3409: (user_menu_cmd): fix help topic for user menu.
  • Loading branch information
slavaz committed Mar 14, 2015
2 parents 9323e47 + 8549dd9 commit 054182b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filemanager/usermenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ user_menu_cmd (struct WEdit * edit_widget, const char *menu_file, int selected_e

/* Create listbox */
listbox = create_listbox_window (menu_lines, max_cols + 2, _("User menu"),
"[Menu File Edit]");
"[Edit Menu File]");
/* insert all the items found */
for (i = 0; i < menu_lines; i++)
{
Expand Down

0 comments on commit 054182b

Please sign in to comment.