forked from qt-creator/qt-creator
QtQuickApp wizard: Use qsTr() for string
Change-Id: Ie2f40065c000b5bf588a0cd5470ec42091080c97 Reviewed-on: http://codereview.qt.nokia.com/621 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
This commit is contained in:
committed by
Alessandro Portale
parent
86889dded8
commit
8ec524910a
@@ -4,7 +4,7 @@ Rectangle {
|
||||
width: 360
|
||||
height: 360
|
||||
Text {
|
||||
text: "Hello World"
|
||||
text: qsTr("Hello World")
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
MouseArea {
|
||||
|
||||
Reference in New Issue
Block a user