From f79e175badd88b7ccf82c13b02400dd4797ce177 Mon Sep 17 00:00:00 2001 From: Matt Ullman Date: Tue, 27 Oct 2015 06:37:13 -0400 Subject: Clean up double semicolons --- src/modules/theme/SaveThemeDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/theme/SaveThemeDialog.cpp') 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 = "
";
ozText += __tr2qs_ctx("To use the default and latest icon/image set automatically, uncheck this option.
To replace specific icons/images in your theme, include only those you wish to replace.","theme");
- ozText += "
";; + ozText += "
"; ozText += __tr2qs_ctx("Hit the \"Next\" button to continue.","theme"); ozText += "
"; -- cgit v1.3.1-10-gc9f91