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.
This commit is contained in:
William Jon McCann 2009-08-28 11:56:40 -04:00
parent 14a7e310fc
commit 6f94b8cffe

View File

@ -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,