diff --git a/qml/pages/Conversation.qml b/qml/pages/Conversation.qml index 58bd406..f2fc8da 100644 --- a/qml/pages/Conversation.qml +++ b/qml/pages/Conversation.qml @@ -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() }