summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--basicsuite/about-b2qt/AboutBoot2Qt.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/basicsuite/about-b2qt/AboutBoot2Qt.qml b/basicsuite/about-b2qt/AboutBoot2Qt.qml
index 1c60bc3..4f3b40f 100644
--- a/basicsuite/about-b2qt/AboutBoot2Qt.qml
+++ b/basicsuite/about-b2qt/AboutBoot2Qt.qml
@@ -86,7 +86,7 @@ Column {
spacing: 10
width: parent.width
- Box{ text: "Complete Development Environment\nwith Qt Creator IDE";
+ Box{ text: "Complete\nDevelopment Environment\nwith Qt Creator IDE";
width: (row1.width - row1.spacing) / 2; height: column1.height; accentColor: qtmediumgreen }
Column {