X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fircconnectionwizard.cpp;h=e98460be33d67a5b4f04aba916870778c14a563c;hp=e952c86314d57a9abbae61f35ce9884d03b895c7;hb=b64a1e62e2168dc21e350fccc6c42b0d0d5e2a35;hpb=da86ee7178494e6e5404887ddac98d5e107cc747 diff --git a/src/qtui/ircconnectionwizard.cpp b/src/qtui/ircconnectionwizard.cpp index e952c863..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;