diff options
| author | 2015-10-08 13:31:51 +0100 | |
|---|---|---|
| committer | 2015-10-08 17:39:58 +0100 | |
| commit | 4916057361fc8ce13f63e36b993f20a1e4aa7e1c (patch) | |
| tree | fde05d885169fb82b4fc4a0d43de4ef4d7f3e6ca /src/modules/setup/SetupWizard.cpp | |
| parent | [ci skip] no strings - cpp files - typo corrections (diff) | |
| download | KVIrc-4916057361fc8ce13f63e36b993f20a1e4aa7e1c.tar.gz KVIrc-4916057361fc8ce13f63e36b993f20a1e4aa7e1c.tar.bz2 KVIrc-4916057361fc8ce13f63e36b993f20a1e4aa7e1c.zip | |
[ci skip] cpp file typos and capitalization corrections
Diffstat (limited to 'src/modules/setup/SetupWizard.cpp')
| -rw-r--r-- | src/modules/setup/SetupWizard.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/setup/SetupWizard.cpp b/src/modules/setup/SetupWizard.cpp index e36e62f12..39025b3a4 100644 --- a/src/modules/setup/SetupWizard.cpp +++ b/src/modules/setup/SetupWizard.cpp @@ -196,7 +196,7 @@ SetupWizard::SetupWizard() g_pApp->getGlobalKvircDirectory(szLicensePath,KviApplication::License,"COPYING"); if(!KviFileUtils::loadFile(szLicensePath,szLicense)) { - szLicense = __tr("Oops... can't find the license file.\n" \ + szLicense = __tr("Ooops... Can't find the license file.\n" \ "It MUST be included in the distribution...\n" \ "Please report to <pragma at kvirc dot net>"); } @@ -316,7 +316,7 @@ SetupWizard::SetupWizard() m_pIdentity = new SetupPage(this); - m_pIdentity->m_pTextLabel->setText(__tr2qs("Please choose a Nickname.<br><br>" \ + m_pIdentity->m_pTextLabel->setText(__tr2qs("Please choose a nickname.<br><br>" \ "Your nickname is the name that other IRC users will know you by. " \ "It can't contain spaces or punctuation. Some IRC networks will shorten your nickname if it is more than 32 characters " \ "long.<br><br>" @@ -494,7 +494,7 @@ SetupWizard::SetupWizard() addPage(m_pDesktopIntegration,__tr2qs("Desktop Integration")); #if defined(COMPILE_ON_WINDOWS) || defined(COMPILE_ON_MINGW) - m_pCreateUrlHandlers = new QCheckBox(__tr2qs("Make KVIrc default IRC client"),m_pDesktopIntegration->m_pVBox); + m_pCreateUrlHandlers = new QCheckBox(__tr2qs("Make KVIrc the default IRC client"),m_pDesktopIntegration->m_pVBox); m_pCreateUrlHandlers->setChecked(true); #endif #ifdef COMPILE_KDE_SUPPORT |
