diff --git a/examples/demo_threading/qml/Panel.qml b/examples/demo_threading/qml/Panel.qml index 34697410e..4a6cfeaac 100644 --- a/examples/demo_threading/qml/Panel.qml +++ b/examples/demo_threading/qml/Panel.qml @@ -93,10 +93,10 @@ Item { font.weight: Font.Light lineHeight: 0.9 color: "#a9deff" - text:"
Rust
+ text: qsTr("Rust
A programming language empowering everyone to build reliable and efficient software.
Blazingly fast and memory-efficient: with no runtime or garbage collector, it can power performance-critical services, run on embedded devices, and easily integrate with other languages.
-Rust's rich type system and ownership model guarantee memory-safety and thread-safety - enabling you to eliminate many classes of bugs at compile-time.
" +Rust's rich type system and ownership model guarantee memory-safety and thread-safety - enabling you to eliminate many classes of bugs at compile-time.
") anchors.left: kdabL.right anchors.leftMargin: 25 y: rust.y - 10