diff options
| author | 2015-10-27 06:37:13 -0400 | |
|---|---|---|
| committer | 2015-10-27 07:26:20 -0400 | |
| commit | f79e175badd88b7ccf82c13b02400dd4797ce177 (patch) | |
| tree | 771184eaf124d6f3dea3c5721762d41b334c39c2 /src/modules/theme | |
| parent | Merge pull request #1694 from blindsighttf2/spellcheck (diff) | |
| download | KVIrc-f79e175badd88b7ccf82c13b02400dd4797ce177.tar.gz KVIrc-f79e175badd88b7ccf82c13b02400dd4797ce177.tar.bz2 KVIrc-f79e175badd88b7ccf82c13b02400dd4797ce177.zip | |
Clean up double semicolons
Diffstat (limited to 'src/modules/theme')
| -rw-r--r-- | src/modules/theme/SaveThemeDialog.cpp | 2 |
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>"; |
