diff options
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> |