From 868e5d2bfef8b01e22fdc8b1256228a1f214e1bc Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Tue, 17 Feb 2009 19:11:33 +0100 Subject: [PATCH] Change wording in first-run wizard --- src/qtui/ircconnectionwizard.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; -- 2.20.1