Make the header and Control Visibility texts translatable.

This commit is contained in:
The Dax 2013-10-19 23:56:04 -04:00
parent cdf819c9eb
commit 7bfa071370

View file

@ -36,8 +36,8 @@ void TouchControlVisibilityScreen::CreateViews() {
topBar->Add(new Choice("Toggle All"))->OnClick.Handle(this, &TouchControlVisibilityScreen::OnToggleAll);
vert->Add(topBar);
vert->Add(new ItemHeader("Touch Control Visibility"));
I18NCategory *co = GetI18NCategory("Control Mapping");
vert->Add(new ItemHeader(co->T("Touch Control Visibility")));
const int cellSize = 400;