Use "Search" as placeholder text

This commit is contained in:
Martin Gräßlin 2014-03-10 14:14:50 +01:00
parent 05db7b9f7c
commit 86748a4bc8

View file

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