mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-12-01 05:42:02 +00:00
typos
This commit is contained in:
parent
4e02841839
commit
aed5b64540
2 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@
|
||||||
"quota_cheatslips": "Quota exceeded for today!\nHead on to 'https://www.cheatslips.com/subscriptions' to see increase it.",
|
"quota_cheatslips": "Quota exceeded for today!\nHead on to 'https://www.cheatslips.com/subscriptions' to see increase it.",
|
||||||
"cheat_cheat_content": "Cheatsheet content: ",
|
"cheat_cheat_content": "Cheatsheet content: ",
|
||||||
"app_cheatslips_label": "Select a game to download cheats for.",
|
"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",
|
"see_more": "See more",
|
||||||
"download_cheats": "Download cheats and go back",
|
"download_cheats": "Download cheats and go back",
|
||||||
|
|
||||||
|
|
|
@ -62,7 +62,7 @@ HideTabsPage::HideTabsPage() : AppletFrame(true, true) {
|
||||||
if(hideStatus.find("cheats") != hideStatus.end()) {
|
if(hideStatus.find("cheats") != hideStatus.end()) {
|
||||||
status = hideStatus["cheats"];
|
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->addView(cheats);
|
||||||
|
|
||||||
list->registerAction("menus/save"_i18n , brls::Key::B, [this] {
|
list->registerAction("menus/save"_i18n , brls::Key::B, [this] {
|
||||||
|
|
Loading…
Reference in a new issue