Add translation option to improved text field
This commit is contained in:
parent
bec23f5323
commit
ee04ee65fd
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ Page {
|
|||
height: Math.max(250, Math.min(900, implicitHeight))
|
||||
//height: implicitHeight
|
||||
horizontalAlignment: Text.AlignLeft
|
||||
placeholderText: "What's on your mind?"
|
||||
placeholderText: qsTrId("What's on your mind?")
|
||||
EnterKey.onClicked: {
|
||||
//tweet()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue