aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/setup/SetupWizard.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2015-12-09 11:58:53 +0000
committerGravatar un1versal2015-12-19 02:40:22 +0000
commit7d4516afc4cd194f9224dcd5e07e0f234c162fdf (patch)
treea1a165c897339fcbd35a27108fe16c999a3041e2 /src/modules/setup/SetupWizard.cpp
parentMerge pull request #1776 from TheReign/issue_1754_2 (diff)
downloadKVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.tar.gz
KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.tar.bz2
KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.zip
src/modules typos: capitalize, formatting, consistency and syntax fixes
Diffstat (limited to 'src/modules/setup/SetupWizard.cpp')
-rw-r--r--src/modules/setup/SetupWizard.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/setup/SetupWizard.cpp b/src/modules/setup/SetupWizard.cpp
index 97fc0e933..44ddde6b0 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("Oops! Can't find the license file.\n" \
"It MUST be included in the distribution...\n" \
"Please report to <pragma at kvirc dot net>");
}
@@ -415,8 +415,8 @@ SetupWizard::SetupWizard()
m_pTheme = new SetupPage(this);
m_pTheme->m_pTextLabel->setText(__tr2qs( \
"<p>Here you can choose the default appearance of KVIrc.<br><br>" \
- "The Fancy Theme uses icons, a transparent background and a lot of colors. " \
- "The Minimalist Theme is designed for low-color displays " \
+ "The Fancy theme uses icons, a transparent background and a lot of colors. " \
+ "The Minimalist theme is designed for low-color displays " \
"or for \"console\" extremists; it's more or less white text on a black background.<br><br>" \
"If you had a previous version of KVIrc installed, you can choose to not apply any theme " \
"in order to preserve your current visual settings.<br><br>" \
@@ -728,8 +728,8 @@ void SetupWizard::chooseOldDataPath()
if(
QMessageBox::question(
this,
- __tr2qs("Do not overwrite folder? - KVIrc"),
- __tr2qs("The folder %1 does not seem to be a valid KVIrc settings folder. Do you want to use it anyway?")
+ __tr2qs("Do Not Overwrite Folder? - KVIrc"),
+ __tr2qs("The folder %1 doesn't seem to be a valid KVIrc settings folder. Do you want to use it anyway?")
.arg(szBuffer),
__tr2qs("&Yes"),
__tr2qs("&No"),