From 5453ca6651ae18f42d05cc6f58ef64cbea0d22d6 Mon Sep 17 00:00:00 2001 From: flb Date: Sun, 7 Feb 2021 16:54:34 +0100 Subject: [PATCH] typos D: --- resources/i18n/en-US/menus.json | 1 + source/app_page.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/i18n/en-US/menus.json b/resources/i18n/en-US/menus.json index 62c4a53..5f36b33 100644 --- a/resources/i18n/en-US/menus.json +++ b/resources/i18n/en-US/menus.json @@ -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.", diff --git a/source/app_page.cpp b/source/app_page.cpp index af569cb..50570db 100644 --- a/source/app_page.cpp +++ b/source/app_page.cpp @@ -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,