Remove TM character which breaks our buildbot
Or github...
This commit is contained in:
parent
ae0a090701
commit
119fea0d72
|
@ -950,7 +950,7 @@ ControlGroupBox::ControlGroupBox(ControllerEmu::ControlGroup* const group, wxWin
|
||||||
if (groupSetting->name == "Battery" && !SConfig::GetInstance().m_DolphinPro)
|
if (groupSetting->name == "Battery" && !SConfig::GetInstance().m_DolphinPro)
|
||||||
{
|
{
|
||||||
setting->wxcontrol->Disable();
|
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);
|
szr->Add(nameBox, 0, wxCENTER | wxRIGHT, 3);
|
||||||
|
|
Loading…
Reference in New Issue