diff --git a/CHANGELOG.md b/CHANGELOG.md index f326664c5..bd43be2d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Added a keybind to open the catalog search form on index pages. +Added a keybind to open the catalog search field on index pages. ### 3.11.5 - *2013-10-03* diff --git a/src/General/Config.coffee b/src/General/Config.coffee index 1119d17d5..1421ff806 100644 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -181,7 +181,7 @@ Config = 'Open front page': ['Shift+0', 'Open page 0 in a new tab.'] 'Next page': ['Right', 'Jump to the next page.'] 'Previous page': ['Left', 'Jump to the previous page.'] - 'Search form': ['Ctrl+Alt+s', 'Open the catalog search form.'] + 'Search form': ['Ctrl+Alt+s', 'Open the search field on the board index.'] # Thread Navigation 'Next thread': ['Down', 'See next thread.'] 'Previous thread': ['Up', 'See previous thread.']