Add translation option to improved text field

This commit is contained in:
molan-git 2020-01-30 11:01:33 +01:00 committed by GitHub
parent bec23f5323
commit ee04ee65fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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