aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/SaveThemeDialog.cpp
diff options
context:
space:
mode:
authorGravatar Matt Ullman2015-10-27 06:37:13 -0400
committerGravatar Matt Ullman2015-10-27 07:26:20 -0400
commitf79e175badd88b7ccf82c13b02400dd4797ce177 (patch)
tree771184eaf124d6f3dea3c5721762d41b334c39c2 /src/modules/theme/SaveThemeDialog.cpp
parentMerge pull request #1694 from blindsighttf2/spellcheck (diff)
downloadKVIrc-f79e175badd88b7ccf82c13b02400dd4797ce177.tar.gz
KVIrc-f79e175badd88b7ccf82c13b02400dd4797ce177.tar.bz2
KVIrc-f79e175badd88b7ccf82c13b02400dd4797ce177.zip
Clean up double semicolons
Diffstat (limited to 'src/modules/theme/SaveThemeDialog.cpp')
-rw-r--r--src/modules/theme/SaveThemeDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/theme/SaveThemeDialog.cpp b/src/modules/theme/SaveThemeDialog.cpp
index 19e3ede75..cefcbf5df 100644
--- a/src/modules/theme/SaveThemeDialog.cpp
+++ b/src/modules/theme/SaveThemeDialog.cpp
@@ -159,7 +159,7 @@ SaveThemeDialog::SaveThemeDialog(QWidget * pParent)
pLabel->setWordWrap(true);
QString ozText = "<p>";
ozText += __tr2qs_ctx("To use the default and latest icon/image set automatically, uncheck this option.<br><br>To replace specific icons/images in your theme, include only those you wish to replace.","theme");
- ozText += "</p><p>";;
+ ozText += "</p><p>";
ozText += __tr2qs_ctx("Hit the <b>\"Next\"</b> button to continue.","theme");
ozText += "<p>";