From 4916057361fc8ce13f63e36b993f20a1e4aa7e1c Mon Sep 17 00:00:00 2001 From: un1versal Date: Thu, 8 Oct 2015 13:31:51 +0100 Subject: [ci skip] cpp file typos and capitalization corrections --- src/modules/setup/SetupWizard.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/setup') 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 "); } @@ -316,7 +316,7 @@ SetupWizard::SetupWizard() m_pIdentity = new SetupPage(this); - m_pIdentity->m_pTextLabel->setText(__tr2qs("Please choose a Nickname.

" \ + m_pIdentity->m_pTextLabel->setText(__tr2qs("Please choose a nickname.

" \ "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.

" @@ -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 -- cgit v1.3.1-10-gc9f91