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:
parent
14a7e310fc
commit
6f94b8cffe
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user