From ba38991c131d51709a7dd11e29444f3136af0e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 17 Jan 2017 21:17:36 +0100 Subject: GH-1788 fix missing translation strings --- application/widgets/ProgressWidget.cpp | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'application/widgets/ProgressWidget.cpp') diff --git a/application/widgets/ProgressWidget.cpp b/application/widgets/ProgressWidget.cpp index 8b670916..bd5967a3 100644 --- a/application/widgets/ProgressWidget.cpp +++ b/application/widgets/ProgressWidget.cpp @@ -1,23 +1,6 @@ // Licensed under the Apache-2.0 license. See README.md for details. #include "ProgressWidget.h" - /* - textBrowser->setHtml(QApplication::translate("JavaWizardPage", - "" - "

MultiMC sends anonymous usage statistics on every start of the application. This helps us decide what platforms and issues to focus on.

" - "

The data is processed by Google Analytics, see their article on the matter.

" - "

The following data is collected:

" - "" - "

The analytics will activate on next start, unless you disable them in the settings.

" - "

If we change the tracked information, analytics won't be active for the first run and you will see this page again.

", Q_NULLPTR)); - checkBox->setText(QApplication::translate("JavaWizardPage", "Enable Analytics", Q_NULLPTR)); - */ #include #include #include -- cgit v1.2.3