]> granicus.if.org Git - nethack/commitdiff
Typofix
authorPasi Kallinen <paxed@alt.org>
Mon, 21 Aug 2017 09:00:08 +0000 (12:00 +0300)
committerPasi Kallinen <paxed@alt.org>
Mon, 21 Aug 2017 09:00:08 +0000 (12:00 +0300)
src/options.c

index 0d9d81468349c3ca47461b29c4ea1deacd7fd4c3..f0de0cab02c5007337ddc6862b7e42fc18995713 100644 (file)
@@ -485,7 +485,7 @@ static const menu_cmd_t default_menu_cmd_info[] = {
  { "menu_previous_page", MENU_PREVIOUS_PAGE, "Go to previous page" },
  { "menu_select_all", MENU_SELECT_ALL, "Select all items" },
  { "menu_deselect_all", MENU_UNSELECT_ALL, "Unselect all items" },
- { "menu_invert_all", MENU_INVERT_ALL, "Insert selection" },
+ { "menu_invert_all", MENU_INVERT_ALL, "Invert selection" },
  { "menu_select_page", MENU_SELECT_PAGE, "Select items in current page" },
  { "menu_deselect_page", MENU_UNSELECT_PAGE, "Unselect items in current page" },
  { "menu_invert_page", MENU_INVERT_PAGE, "Invert current page selection" },