mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2025-01-01 04:06:02 +00:00
typos D:
This commit is contained in:
parent
54030be535
commit
5453ca6651
2 changed files with 2 additions and 1 deletions
|
@ -76,6 +76,7 @@
|
||||||
"cheat_Deleting": "Deleting...",
|
"cheat_Deleting": "Deleting...",
|
||||||
"cheat_All_done": "All done!",
|
"cheat_All_done": "All done!",
|
||||||
|
|
||||||
|
"cheastlips_title": "Cheatslips cheats",
|
||||||
"get_cheatslips": "Download CheatSlips.com cheat sheets",
|
"get_cheatslips": "Download CheatSlips.com cheat sheets",
|
||||||
"cheatslips_label": "\uE016 Log into CheatSlips.com and download cheat sheets for your games.",
|
"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.",
|
"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.",
|
||||||
|
|
|
@ -4,7 +4,7 @@ namespace i18n = brls::i18n;
|
||||||
using namespace i18n::literals;
|
using namespace i18n::literals;
|
||||||
AppPage::AppPage(bool cheatSlips) : AppletFrame(true, true)
|
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();
|
list = new brls::List();
|
||||||
label = new brls::Label(
|
label = new brls::Label(
|
||||||
brls::LabelStyle::DESCRIPTION,
|
brls::LabelStyle::DESCRIPTION,
|
||||||
|
|
Loading…
Reference in a new issue