From 7156dd8784be05fb14434b2df6c9a097e3920251 Mon Sep 17 00:00:00 2001 From: flb Date: Sat, 5 Jun 2021 19:14:09 +0200 Subject: [PATCH] correct typos --- source/changelog_page.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/changelog_page.cpp b/source/changelog_page.cpp index 4fd84a5..16f24d5 100644 --- a/source/changelog_page.cpp +++ b/source/changelog_page.cpp @@ -158,7 +158,7 @@ ChangelogPage::ChangelogPage() : AppletFrame(true, true) changes.push_back("\uE016 Check available size before downloading and extracting files.\n\uE016 Now displaying a message when the custom payload is running."); verTitles.push_back("v2.6.0"); - changes.push_back("\uE016 Added ability to download invidual cheet codes from the GBAtemp.net archive.\n\uE016 Updated Polish translation (credits to github.com/teddy74eva)"); + changes.push_back("\uE016 Added ability to download individual cheat codes from the GBAtemp.net archive.\n\uE016 Updated Polish translation (credits to github.com/teddy74eva)."); for(int i = verTitles.size() -1 ; i >= 0; i--){ listItem = new brls::ListItem(verTitles[i]);