Fix wraping

svn path=/trunk/KDE/kdepim/; revision=586671
wilder-work
Laurent Montel 20 years ago
parent 5cfedc18dc
commit 0a4e7181fc
  1. 4
      accountwizard.cpp

@ -203,11 +203,11 @@ void AccountWizard::setupWelcomePage()
font.setBold( true );
label->setFont( font );
new QLabel( i18n( "<qt>It seems you have started KMail for the first time. "
QLabel *message = new QLabel( i18n( "<qt>It seems you have started KMail for the first time. "
"You can use this wizard to setup your mail accounts. Just "
"enter the connection data that you received from your email provider "
"into the following pages.</qt>" ), mWelcomePage );
message->setWordWrap(true);
addPage( mWelcomePage, i18n( "Welcome" ) );
}

Loading…
Cancel
Save