diff options
| author | 2015-10-08 13:39:40 +0100 | |
|---|---|---|
| committer | 2015-10-08 17:39:58 +0100 | |
| commit | 382a6b70bf65bc9776b084a600e4025a249c1665 (patch) | |
| tree | 77d1de4a06bd793fcefe541ff517fdacf03c0763 /src/modules/theme | |
| parent | [ci skip] cpp file typos and capitalization corrections (diff) | |
| download | KVIrc-382a6b70bf65bc9776b084a600e4025a249c1665.tar.gz KVIrc-382a6b70bf65bc9776b084a600e4025a249c1665.tar.bz2 KVIrc-382a6b70bf65bc9776b084a600e4025a249c1665.zip | |
[ci skip] cpp files, capitalization, typos, syntax normalization and punctuation
Diffstat (limited to 'src/modules/theme')
| -rw-r--r-- | src/modules/theme/ThemeFunctions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/theme/ThemeFunctions.cpp b/src/modules/theme/ThemeFunctions.cpp index fe47cce02..e0542534e 100644 --- a/src/modules/theme/ThemeFunctions.cpp +++ b/src/modules/theme/ThemeFunctions.cpp @@ -273,7 +273,7 @@ namespace ThemeFunctions hd.szCaption = __tr2qs_ctx("Install Theme Pack - KVIrc","theme"); hd.szUpperLabelText = beginCenter + __tr2qs_ctx("You're about to install the following theme package","theme") + endCenter; - hd.szLowerLabelText = beginCenter + __tr2qs_ctx("Do you want to proceed with the installation ?","theme") + endCenter; + hd.szLowerLabelText = beginCenter + __tr2qs_ctx("Do you want to proceed with the installation?","theme") + endCenter; hd.szButton1Text = __tr2qs_ctx("Do Not Install","theme"); hd.szButton2Text = __tr2qs_ctx("Yes, Proceed","theme"); hd.iDefaultButton = 2; |
