X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fircconnectionwizard.cpp;h=e98460be33d67a5b4f04aba916870778c14a563c;hp=f7a66f09f382160c63cfb0363f1a9a8495a68207;hb=79da84574c2e95ec37894b869668d6b6ffc71c59;hpb=b718a6e57bde9de303db2c229effcdb38446b281 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;