From: Manuel Nickschas Date: Tue, 17 Feb 2009 18:11:33 +0000 (+0100) Subject: Change wording in first-run wizard X-Git-Tag: 0.4.0~1 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=868e5d2bfef8b01e22fdc8b1256228a1f214e1bc;ds=sidebyside Change wording in first-run wizard --- diff --git a/src/qtui/ircconnectionwizard.cpp b/src/qtui/ircconnectionwizard.cpp index f7a66f09..e98460be 100644 --- a/src/qtui/ircconnectionwizard.cpp +++ b/src/qtui/ircconnectionwizard.cpp @@ -55,9 +55,8 @@ QWizardPage *IrcConnectionWizard::createIntroductionPage(QWidget *parent) { 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.
" + "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;