Module: appdb Branch: master Commit: 96283597a052280f3234d95affc5775ad7ccd218 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=96283597a052280f3234d95af...
Author: Alexander Nicolaysen Sørnes alex@thehandofagony.com Date: Thu Feb 28 00:53:36 2008 +0100
Emphasize that the Search box searches the AppDB
---
include/sidebar.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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();