1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-11-28 20:32:06 +00:00
This commit is contained in:
flb 2021-02-06 19:51:46 +01:00
parent 4e02841839
commit aed5b64540
2 changed files with 2 additions and 2 deletions

View file

@ -84,7 +84,7 @@
"quota_cheatslips": "Quota exceeded for today!\nHead on to 'https://www.cheatslips.com/subscriptions' to see increase it.",
"cheat_cheat_content": "Cheatsheet content: ",
"app_cheatslips_label": "Select a game to download cheats for.",
"/wrong_cheatslips_id": "Couldn't retrieve token, make you enter you login properly",
"wrong_cheatslips_id": "Couldn't retrieve token, make you enter you login properly",
"see_more": "See more",
"download_cheats": "Download cheats and go back",

View file

@ -62,7 +62,7 @@ HideTabsPage::HideTabsPage() : AppletFrame(true, true) {
if(hideStatus.find("cheats") != hideStatus.end()) {
status = hideStatus["cheats"];
}
cheats = new brls::ToggleListItem("menus/Download cheats"_i18n, status);
cheats = new brls::ToggleListItem("menus/main_cheats"_i18n, status);
list->addView(cheats);
list->registerAction("menus/save"_i18n , brls::Key::B, [this] {