1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-11-10 04:21:44 +00:00
This commit is contained in:
flb 2021-02-07 16:54:34 +01:00
parent 54030be535
commit 5453ca6651
2 changed files with 2 additions and 1 deletions

View file

@ -76,6 +76,7 @@
"cheat_Deleting": "Deleting...",
"cheat_All_done": "All done!",
"cheastlips_title": "Cheatslips cheats",
"get_cheatslips": "Download CheatSlips.com cheat sheets",
"cheatslips_label": "\uE016 Log into CheatSlips.com and download cheat sheets for your games.",
"download_cheatslips": "Download a selection of cheat sheets from CheatSlips.com.\nThose cheat codes will be added to the end of your existing cheat file.",

View file

@ -4,7 +4,7 @@ namespace i18n = brls::i18n;
using namespace i18n::literals;
AppPage::AppPage(bool cheatSlips) : AppletFrame(true, true)
{
this->setTitle("menus/app_title"_i18n );
this->setTitle(cheatSlips ? "menus/cheastlips_title"_i18n : "menus/app_title"_i18n );
list = new brls::List();
label = new brls::Label(
brls::LabelStyle::DESCRIPTION,