From: Pasi Kallinen Date: Mon, 21 Aug 2017 09:00:08 +0000 (+0300) Subject: Typofix X-Git-Tag: NetHack-3.6.1_RC01~412^2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73d36b59ddacdc8b4487a5d991582ca70ecee4c0;p=nethack Typofix --- diff --git a/src/options.c b/src/options.c index 0d9d81468..f0de0cab0 100644 --- a/src/options.c +++ b/src/options.c @@ -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" },