Fix untranslatable string: "Find apps or documents"
This commit is contained in:
parent
5e10d56d89
commit
559c313fc7
@ -252,7 +252,7 @@ SearchEntry.prototype = {
|
|||||||
|
|
||||||
// Mark as editable just to get a cursor
|
// Mark as editable just to get a cursor
|
||||||
let defaultTextProperties = { ellipsize: Pango.EllipsizeMode.END,
|
let defaultTextProperties = { ellipsize: Pango.EllipsizeMode.END,
|
||||||
text: "Find apps or documents",
|
text: this._defaultText,
|
||||||
editable: true,
|
editable: true,
|
||||||
color: TEXT_COLOR,
|
color: TEXT_COLOR,
|
||||||
cursor_visible: false,
|
cursor_visible: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user