mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-13 20:22:38 +00:00
Forgot to make translatable
This commit is contained in:
parent
3023f7d06b
commit
b65e90e71d
@ -246,7 +246,8 @@ UI::EventReturn ControlMappingScreen::OnAutoConfigure(UI::EventParams ¶ms) {
|
||||
for (auto s : KeyMap::GetSeenPads()) {
|
||||
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);
|
||||
return UI::EVENT_DONE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user