mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Make the header and Control Visibility texts translatable.
This commit is contained in:
parent
cdf819c9eb
commit
7bfa071370
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue