aboutsummaryrefslogtreecommitdiff
path: root/launcher/pages
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2021-10-16 00:42:01 +0200
committerPetr Mrázek <peterix@gmail.com>2021-10-21 00:47:53 +0200
commit297d4b4196c9bd1d9c4dd422dd88aaec620038d6 (patch)
tree830f24d664002967d3923c30ac9d076472e47d4c /launcher/pages
parente12a7698005ea6c8da5ed8deb66993d628ab1a1f (diff)
downloadPrismLauncher-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.h8
-rw-r--r--launcher/pages/global/LauncherPage.ui10
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>&lt;html&gt;&lt;head/&gt;
&lt;body&gt;
-&lt;p&gt;MultiMC sends anonymous usage statistics on every start of the application.&lt;/p&gt;&lt;p&gt;The following data is collected:&lt;/p&gt;
+&lt;p&gt;The launcher sends anonymous usage statistics on every start of the application.&lt;/p&gt;&lt;p&gt;The following data is collected:&lt;/p&gt;
&lt;ul&gt;
-&lt;li&gt;MultiMC version.&lt;/li&gt;
+&lt;li&gt;Launcher version.&lt;/li&gt;
&lt;li&gt;Operating system name, version and architecture.&lt;/li&gt;
&lt;li&gt;CPU architecture (kernel architecture on linux).&lt;/li&gt;
&lt;li&gt;Size of system memory.&lt;/li&gt;