From aed5b64540e4adf32592f70ee3c62edead1a94e2 Mon Sep 17 00:00:00 2001 From: flb Date: Sat, 6 Feb 2021 19:51:46 +0100 Subject: [PATCH] typos --- resources/i18n/en-US/menus.json | 2 +- source/hide_tabs_page.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/i18n/en-US/menus.json b/resources/i18n/en-US/menus.json index f85ec1a..393fd76 100644 --- a/resources/i18n/en-US/menus.json +++ b/resources/i18n/en-US/menus.json @@ -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", diff --git a/source/hide_tabs_page.cpp b/source/hide_tabs_page.cpp index 7bb1e39..ae47b0a 100644 --- a/source/hide_tabs_page.cpp +++ b/source/hide_tabs_page.cpp @@ -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] {