From: Manuel Nickschas Date: Sun, 15 Feb 2009 22:53:10 +0000 (+0100) Subject: typos-- X-Git-Tag: 0.4.0~25 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=b718a6e57bde9de303db2c229effcdb38446b281;hp=619019336137e74eea45fc7217e9201904fcbe00 typos-- --- 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);