Remove TM character which breaks our buildbot

Or github...
This commit is contained in:
degasus 2015-04-01 22:24:13 +02:00
parent ae0a090701
commit 119fea0d72
1 changed files with 1 additions and 1 deletions

View File

@ -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);