mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Forgot to make translatable
This commit is contained in:
parent
3023f7d06b
commit
b65e90e71d
1 changed files with 2 additions and 1 deletions
|
@ -246,7 +246,8 @@ UI::EventReturn ControlMappingScreen::OnAutoConfigure(UI::EventParams ¶ms) {
|
||||||
for (auto s : KeyMap::GetSeenPads()) {
|
for (auto s : KeyMap::GetSeenPads()) {
|
||||||
items.push_back(s);
|
items.push_back(s);
|
||||||
}
|
}
|
||||||
ListPopupScreen *autoConfList = new ListPopupScreen("Autoconfigure for device", items, -1);
|
I18NCategory *keyI18N = GetI18NCategory("KeyMapping");
|
||||||
|
ListPopupScreen *autoConfList = new ListPopupScreen(keyI18N->T("Autoconfigure for device"), items, -1);
|
||||||
screenManager()->push(autoConfList);
|
screenManager()->push(autoConfList);
|
||||||
return UI::EVENT_DONE;
|
return UI::EVENT_DONE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue