summaryrefslogtreecommitdiffstats
path: root/src/libs
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2023-11-16 11:25:15 +0200
committerKatja Marttila <katja.marttila@qt.io>2023-12-07 16:16:42 +0200
commit43335459d86f6a8d95de39f9dd6baa4bab381926 (patch)
tree0a866228ea725ef7f38e492c54cb23ac3a94489a /src/libs
parent8a67353270feb7927177dab4fe18dde867070231 (diff)
Chop subtitle into two lines
The subtitle in component selection page is long and is chopped into two lines by QWizard. Chop the title from more suitable place for it to show up nicely. Task-number: QTIFW-3102 Change-Id: I6d45864a6b162922d0f461620fab75eea7baa98c Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/installer/packagemanagergui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/packagemanagergui.cpp b/src/libs/installer/packagemanagergui.cpp
index ab2b5b007..77cdb274b 100644
--- a/src/libs/installer/packagemanagergui.cpp
+++ b/src/libs/installer/packagemanagergui.cpp
@@ -2202,7 +2202,7 @@ void ComponentSelectionPage::entering()
QT_TR_NOOP("Please select the components you want to update."),
QT_TR_NOOP("Please select the components you want to install."),
QT_TR_NOOP("Please select the components you want to uninstall."),
- QT_TR_NOOP("Select the components to install. Deselect installed components to uninstall them. Any components already installed will not be updated."),
+ QT_TR_NOOP("Select the components to install. Deselect installed components to uninstall them.<br>Any components already installed will not be updated."),
QT_TR_NOOP("Mandatory components need to be updated first before you can select other components to update.")
};