aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/welcome
diff options
context:
space:
mode:
authorKavindra Palaraja <kpalaraja@luxoft.com>2019-04-02 12:47:59 +0200
committerKavindra Palaraja <kpalaraja@luxoft.com>2019-04-02 13:12:00 +0000
commit198f3cbae461de1dc0eb7a1006e896498b512a1b (patch)
tree930f4157b6c0783b0d8f5ca817cf4befa4dbdaa5 /src/plugins/welcome
parent56b01f74633c310807cf3fc00766cfa01002297f (diff)
Doc: Simplify the text that invites a developer to take a UI tour
Change-Id: Ib8ee635bf6eba8d4a80a0b0b5e0dfa9c6d04fe7e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/welcome')
-rw-r--r--src/plugins/welcome/introductionwidget.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/welcome/introductionwidget.cpp b/src/plugins/welcome/introductionwidget.cpp
index e931975f6f..82539fd996 100644
--- a/src/plugins/welcome/introductionwidget.cpp
+++ b/src/plugins/welcome/introductionwidget.cpp
@@ -52,9 +52,9 @@ void IntroductionWidget::askUserAboutIntroduction(QWidget *parent, QSettings *se
auto messageBox = new CheckableMessageBox(parent);
messageBox->setWindowTitle(tr("Take a UI Tour"));
messageBox->setText(
- tr("Do you want to take a quick UI tour? This shows where the most important user "
- "interface elements are, and how they are used, and will only take a minute. You can "
- "also take the tour later by selecting Help > UI Tour."));
+ tr("Would you like to take a quick UI tour? This tour highlights important user "
+ "interface elements and shows how they are used. To take the tour later, "
+ "select Help > UI Tour."));
messageBox->setCheckBoxVisible(true);
messageBox->setCheckBoxText(CheckableMessageBox::msgDoNotAskAgain());
messageBox->setChecked(true);