diff --git a/share/qtcreator/welcomescreen/widgets/SideBar.qml b/share/qtcreator/welcomescreen/widgets/SideBar.qml index 5183c4b906f..20ba652277f 100644 --- a/share/qtcreator/welcomescreen/widgets/SideBar.qml +++ b/share/qtcreator/welcomescreen/widgets/SideBar.qml @@ -101,13 +101,13 @@ ColumnLayout { width: parent.width } - Text { + NativeText { text: qsTr("New to Qt?") font.pixelSize: 18 font.bold: false } - Text { + NativeText { text: qsTr("Learn how to develop your own applications and explore Qt Creator.") font.pixelSize: 12 wrapMode: Text.WordWrap