From 6f94b8cffe47909f9e8333082cee3274644a9fc6 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Fri, 28 Aug 2009 11:56:40 -0400 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/dash.js b/js/ui/dash.js index 8ef551dc7..69f943af7 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,