Change wording in first-run wizard
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 17 Feb 2009 18:11:33 +0000 (19:11 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 17 Feb 2009 18:22:59 +0000 (19:22 +0100)
src/qtui/ircconnectionwizard.cpp

index f7a66f0..e98460b 100644 (file)
@@ -55,9 +55,8 @@ QWizardPage *IrcConnectionWizard::createIntroductionPage(QWidget *parent) {
   QWizardPage *page = new QWizardPage(parent);
   page->setTitle(QObject::tr("Welcome to Quassel IRC"));
 
   QWizardPage *page = new QWizardPage(parent);
   page->setTitle(QObject::tr("Welcome to Quassel IRC"));
 
-  QLabel *label = new QLabel(QObject::tr("This wizard will help you setting up your default identity and your IRC network connection. "
-                                        "You can abort this wizard in any step, if you want to setup your identity and IRC connection in more detail. "
-                                        "This can be done in the settings."), page);
+  QLabel *label = new QLabel(QObject::tr("This wizard will help you to set up your default identity and your IRC network connection.<br>"
+                                         "This only covers basic settings. You can cancel this wizard any time and use the settings dialog for more detailed changes."), page);
   label->setWordWrap(true);
 
   QVBoxLayout *layout = new QVBoxLayout;
   label->setWordWrap(true);
 
   QVBoxLayout *layout = new QVBoxLayout;