diff options
author | Petr Mrázek <peterix@gmail.com> | 2021-10-16 00:42:01 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2021-10-21 00:47:53 +0200 |
commit | 297d4b4196c9bd1d9c4dd422dd88aaec620038d6 (patch) | |
tree | 830f24d664002967d3923c30ac9d076472e47d4c /launcher/pages | |
parent | e12a7698005ea6c8da5ed8deb66993d628ab1a1f (diff) | |
download | PrismLauncher-297d4b4196c9bd1d9c4dd422dd88aaec620038d6.tar.gz PrismLauncher-297d4b4196c9bd1d9c4dd422dd88aaec620038d6.tar.bz2 PrismLauncher-297d4b4196c9bd1d9c4dd422dd88aaec620038d6.zip |
NOISSUE continue the debranding
Diffstat (limited to 'launcher/pages')
-rw-r--r-- | launcher/pages/global/LauncherPage.h | 8 | ||||
-rw-r--r-- | launcher/pages/global/LauncherPage.ui | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/launcher/pages/global/LauncherPage.h b/launcher/pages/global/LauncherPage.h index d851bfcc..e622ec48 100644 --- a/launcher/pages/global/LauncherPage.h +++ b/launcher/pages/global/LauncherPage.h @@ -42,19 +42,19 @@ public: QString displayName() const override { - return "MultiMC"; + return "Launcher"; } QIcon icon() const override { - return LAUNCHER->getThemedIcon("multimc"); + return LAUNCHER->getThemedIcon("launcher"); } QString id() const override { - return "multimc-settings"; + return "launcher-settings"; } QString helpPage() const override { - return "MultiMC-settings"; + return "Launcher-settings"; } bool apply() override; diff --git a/launcher/pages/global/LauncherPage.ui b/launcher/pages/global/LauncherPage.ui index 34fb9b57..62a66d73 100644 --- a/launcher/pages/global/LauncherPage.ui +++ b/launcher/pages/global/LauncherPage.ui @@ -54,7 +54,7 @@ <item> <widget class="QCheckBox" name="autoUpdateCheckBox"> <property name="text"> - <string>Check for updates when MultiMC starts?</string> + <string>Check for updates on start?</string> </property> </widget> </item> @@ -160,7 +160,7 @@ <item> <widget class="QPushButton" name="migrateDataFolderMacBtn"> <property name="text"> - <string>Move MultiMC data to new location (will restart MultiMC)</string> + <string>Move the data to new location (will restart the launcher)</string> </property> </widget> </item> @@ -187,7 +187,7 @@ <item> <widget class="QGroupBox" name="groupBox_3"> <property name="title"> - <string>MultiMC notifications</string> + <string>Launcher notifications</string> </property> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> @@ -515,9 +515,9 @@ <property name="text"> <string><html><head/> <body> -<p>MultiMC sends anonymous usage statistics on every start of the application.</p><p>The following data is collected:</p> +<p>The launcher sends anonymous usage statistics on every start of the application.</p><p>The following data is collected:</p> <ul> -<li>MultiMC version.</li> +<li>Launcher version.</li> <li>Operating system name, version and architecture.</li> <li>CPU architecture (kernel architecture on linux).</li> <li>Size of system memory.</li> |