NOISSUE continue the debranding
This commit is contained in:
@ -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;
|
||||
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user