diff options
| author | 2010-11-03 13:56:45 +0000 | |
|---|---|---|
| committer | 2010-11-03 13:56:45 +0000 | |
| commit | 146c623839a5d87089d692e2df42c2489810fe06 (patch) | |
| tree | 5a7f0e7769f9ebeed571419211f4509f925ea47a /src/modules/setup/setupwizard.cpp | |
| parent | updated sourcedate (diff) | |
| download | KVIrc-146c623839a5d87089d692e2df42c2489810fe06.tar.gz KVIrc-146c623839a5d87089d692e2df42c2489810fe06.tar.bz2 KVIrc-146c623839a5d87089d692e2df42c2489810fe06.zip | |
fixed #1013
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5129 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/setup/setupwizard.cpp')
| -rw-r--r-- | src/modules/setup/setupwizard.cpp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/modules/setup/setupwizard.cpp b/src/modules/setup/setupwizard.cpp index 8c2b99174..68d9f5f2d 100644 --- a/src/modules/setup/setupwizard.cpp +++ b/src/modules/setup/setupwizard.cpp @@ -157,15 +157,15 @@ KviSetupWizard::KviSetupWizard() m_pWelcome = new KviSetupPage(this); // here we go... - QString szText = __tr2qs("<p>" \ - "<h2>Welcome :)</h2>" \ - "This is your first time running this version of KVIrc.<br>" \ - "This wizard will guide you through the few steps " \ - "required to complete the setup.<br><br>" \ - "If you had a previous version of KVIrc installed, no worries. You will " \ - "have a chance to preserve the old configuration." \ - "</p>" \ - "<p>Click \"<b>Next</b>\" to proceed.</p>"); + QString szText = __tr2qs("<p>" \ + "<h2>Welcome :)</h2>" \ + "This is your first time running this version of KVIrc.<br>" \ + "This wizard will guide you through the few steps " \ + "required to complete the setup.<br><br>" \ + "If you had a previous version of KVIrc installed, no worries. You will " \ + "have a chance to preserve the old configuration." \ + "</p>" \ + "<p>Click \"<b>Next</b>\" to proceed.</p>"); m_pWelcome->m_pTextLabel->setText(szText); @@ -218,8 +218,8 @@ KviSetupWizard::KviSetupWizard() m_pDirectory->m_pTextLabel->setText(__tr2qs("<p>Please choose a folder for " \ "KVIrc to store its settings and other data, and another for downloaded files. " \ "Make sure that you have permission to write to both folders.<br><br>" \ - "The suggested locations are fine in most cases, so if you don't know what " \ - "is this about, just click \"<b>Next</b>\".<br><br>" \ + "The suggested locations are fine in most cases. If you don't know what " \ + "this is about, just click \"<b>Next</b>\".<br><br>" \ "If you had a previous version of KVIrc installed, you can choose " \ "the existing directory for the settings, and your configuration " \ "will be preserved." \ |
