From 2bcb79625fd6c679c2e74315b9cd79ea951ab619 Mon Sep 17 00:00:00 2001 From: NoneGiven Date: Tue, 22 Oct 2013 20:46:07 -0500 Subject: [PATCH] Update Config.coffee --- src/General/Config.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.']