From 96283597a052280f3234d95affc5775ad7ccd218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Thu, 28 Feb 2008 00:53:36 +0100 Subject: [PATCH] Emphasize that the Search box searches the AppDB --- include/sidebar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sidebar.php b/include/sidebar.php index a754a44..5250666 100644 --- a/include/sidebar.php +++ b/include/sidebar.php @@ -35,7 +35,7 @@ function global_sidebar_menu() $g->add("Email your suggestions for improving the AppDB", "mailto:appdb@winehq.org"); $g->done(); - $g = new htmlmenu("Search"); + $g = new htmlmenu('Search the AppDB'); $g->addmisc(app_search_box(!empty($aClean['sSearchQuery']) ? $aClean['sSearchQuery'] : '')); $g->done();