diff options
| author | 2015-09-15 22:43:28 +0100 | |
|---|---|---|
| committer | 2015-09-15 22:55:36 +0100 | |
| commit | 624305ac108ee6efd9093ef0fb3c73f241982483 (patch) | |
| tree | cbe2ffa87beb1e6ac9d5db84599cb2c23b75d356 /src/modules/setup/SetupWizard.cpp | |
| parent | Merge pull request #1597 from uNiversaI/Mary-Poppins (diff) | |
| download | KVIrc-624305ac108ee6efd9093ef0fb3c73f241982483.tar.gz KVIrc-624305ac108ee6efd9093ef0fb3c73f241982483.tar.bz2 KVIrc-624305ac108ee6efd9093ef0fb3c73f241982483.zip | |
Minor grammar: english -> English
Diffstat (limited to 'src/modules/setup/SetupWizard.cpp')
| -rw-r--r-- | src/modules/setup/SetupWizard.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/setup/SetupWizard.cpp b/src/modules/setup/SetupWizard.cpp index a6c96ce8f..b0adaea1d 100644 --- a/src/modules/setup/SetupWizard.cpp +++ b/src/modules/setup/SetupWizard.cpp @@ -1078,11 +1078,11 @@ void SetupWizard::accept() switch(m_pGenderCombo->currentIndex()) { case 1: - // this should be in english + // this should be in English KVI_OPTION_STRING(KviOption_stringCtcpUserInfoGender) = "Female"; break; case 2: - // this should be in english + // this should be in English KVI_OPTION_STRING(KviOption_stringCtcpUserInfoGender) = "Male"; break; default: |
