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:
@ -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,
|
||||
|
Reference in New Issue
Block a user