Merge pull request #12962 from MayImilae/tellitlikeitis
Dual Core Labeling Update
This commit is contained in:
commit
de50309209
|
@ -69,7 +69,7 @@
|
||||||
|
|
||||||
<!-- General Preference Fragment -->
|
<!-- General Preference Fragment -->
|
||||||
<string name="general_submenu">General</string>
|
<string name="general_submenu">General</string>
|
||||||
<string name="dual_core">Dual Core</string>
|
<string name="dual_core">Dual Core (speedhack)</string>
|
||||||
<string name="dual_core_description">Split workload to two CPU cores instead of one. Increases speed.</string>
|
<string name="dual_core_description">Split workload to two CPU cores instead of one. Increases speed.</string>
|
||||||
<string name="enable_cheats">Enable Cheats</string>
|
<string name="enable_cheats">Enable Cheats</string>
|
||||||
<string name="speed_limit">Speed Limit (0% = Unlimited)</string>
|
<string name="speed_limit">Speed Limit (0% = Unlimited)</string>
|
||||||
|
|
|
@ -140,7 +140,7 @@ void GeneralPane::CreateBasic()
|
||||||
basic_group->setLayout(basic_group_layout);
|
basic_group->setLayout(basic_group_layout);
|
||||||
m_main_layout->addWidget(basic_group);
|
m_main_layout->addWidget(basic_group);
|
||||||
|
|
||||||
m_checkbox_dualcore = new QCheckBox(tr("Enable Dual Core (speedup)"));
|
m_checkbox_dualcore = new QCheckBox(tr("Enable Dual Core (speedhack)"));
|
||||||
basic_group_layout->addWidget(m_checkbox_dualcore);
|
basic_group_layout->addWidget(m_checkbox_dualcore);
|
||||||
|
|
||||||
m_checkbox_cheats = new QCheckBox(tr("Enable Cheats"));
|
m_checkbox_cheats = new QCheckBox(tr("Enable Cheats"));
|
||||||
|
|
Loading…
Reference in New Issue