[gnome-shell] Change search box text to "Find..."



commit 6f94b8cffe47909f9e8333082cee3274644a9fc6
Author: William Jon McCann <jmccann redhat com>
Date:   Fri Aug 28 11:56:40 2009 -0400

    Change search box text to "Find..."
    
    We want to find more than apps and documents and the previous
    string was too long in some languages and on some display sizes.

 js/ui/dash.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/dash.js b/js/ui/dash.js
index 8ef551d..69f943a 100644
--- a/js/ui/dash.js
+++ b/js/ui/dash.js
@@ -250,7 +250,7 @@ SearchEntry.prototype = {
 
         this.pane = null;
 
-        this._defaultText = _("Find apps or documents");
+        this._defaultText = _("Find...");
 
         let textProperties = { font_name: "Sans 12" };
         let entryProperties = { editable: true,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]