Use "Search" as placeholder text
This commit is contained in:
parent
05db7b9f7c
commit
86748a4bc8
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ Item {
|
|||
TextField {
|
||||
// TODO: needs clear button, missing in Qt
|
||||
id: searchField
|
||||
placeholderText: i18n("Search Plugins")
|
||||
placeholderText: i18n("Search")
|
||||
Layout.fillWidth: true
|
||||
focus: true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue