mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix incorrect translation category.
This commit is contained in:
parent
90eed17c93
commit
fd7ae05b80
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ void TouchControlVisibilityScreen::CreateViews() {
|
|||
topBar->Add(new Choice("Toggle All"))->OnClick.Handle(this, &TouchControlVisibilityScreen::OnToggleAll);
|
||||
|
||||
vert->Add(topBar);
|
||||
I18NCategory *co = GetI18NCategory("Control Mapping");
|
||||
I18NCategory *co = GetI18NCategory("Controls");
|
||||
vert->Add(new ItemHeader(co->T("Touch Control Visibility")));
|
||||
|
||||
const int cellSize = 400;
|
||||
|
|
Loading…
Add table
Reference in a new issue