mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-10 04:21:44 +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_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.",
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue