Alexander Nicolaysen Sørnes : Emphasize that the Search box searches the AppDB

Chris Morgan cmorgan at winehq.org
Sat Mar 1 10:39:01 CST 2008


Module: appdb
Branch: master
Commit: 96283597a052280f3234d95affc5775ad7ccd218
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=96283597a052280f3234d95affc5775ad7ccd218

Author: Alexander Nicolaysen Sørnes <alex at 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 at 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();
 




More information about the wine-cvs mailing list