From b718a6e57bde9de303db2c229effcdb38446b281 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Sun, 15 Feb 2009 23:53:10 +0100 Subject: [PATCH] typos-- --- src/qtui/ircconnectionwizard.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.20.1