X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fircconnectionwizard.cpp;h=f7a66f09f382160c63cfb0363f1a9a8495a68207;hp=e952c86314d57a9abbae61f35ce9884d03b895c7;hb=b718a6e57bde9de303db2c229effcdb38446b281;hpb=619019336137e74eea45fc7217e9201904fcbe00 diff --git a/src/qtui/ircconnectionwizard.cpp b/src/qtui/ircconnectionwizard.cpp index e952c863..f7a66f09 100644 --- a/src/qtui/ircconnectionwizard.cpp +++ b/src/qtui/ircconnectionwizard.cpp @@ -55,8 +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." + 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); label->setWordWrap(true);