From 02a5e828eae7085c85737b973f2daf9f6ef4cc2c Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 10 Nov 2009 03:11:29 +0000 Subject: [PATCH] this line is jarringly long... --- contrib/browser_search/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/browser_search/main.php b/contrib/browser_search/main.php index 07930669..fb0e5906 100755 --- a/contrib/browser_search/main.php +++ b/contrib/browser_search/main.php @@ -106,7 +106,7 @@ class BrowserSearch implements Extension { $sort_by['Tag Count'] = 't'; $sb = new SetupBlock("Browser Search"); - $sb->add_bool_option("disable_search_suggestions", "Disable search suggestions when using browser-based search: "); + $sb->add_bool_option("disable_search_suggestions", "Disable search suggestions: "); $sb->add_label("
"); $sb->add_choice_option("search_suggestions_results_order", $sort_by, "Sort the suggestions by:"); $event->panel->add_block($sb);