mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-01 02:21:26 +02:00
Merge pull request #2261 from degasus/master
Remove TM character which breaks our buildbot
This commit is contained in:
commit
d50d8cbddd
@ -950,7 +950,7 @@ ControlGroupBox::ControlGroupBox(ControllerEmu::ControlGroup* const group, wxWin
|
||||
if (groupSetting->name == "Battery" && !SConfig::GetInstance().m_DolphinPro)
|
||||
{
|
||||
setting->wxcontrol->Disable();
|
||||
nameBox->SetToolTip(wxGetTranslation("Upgrade to Dolphin Pro™ to recharge batteries."));
|
||||
nameBox->SetToolTip(wxGetTranslation("Upgrade to Dolphin Pro to recharge batteries."));
|
||||
}
|
||||
|
||||
szr->Add(nameBox, 0, wxCENTER | wxRIGHT, 3);
|
||||
|
Loading…
Reference in New Issue
Block a user