1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-19 21:45:04 +01:00

correct typos

This commit is contained in:
flb 2021-07-09 01:28:50 +02:00
parent 0fd52987b7
commit 639590052f

View file

@ -173,7 +173,7 @@ ChangelogPage::ChangelogPage() : AppletFrame(true, true)
changes.push_back("\uE016 Added support for Team-Neptune's custom pack builder.");
verTitles.push_back("v2.9.0");
changes.push_back("\uE016 Added support custom packs through a json files.");
changes.push_back("\uE016 Added support custom packs through a json file.");
for(int i = verTitles.size() -1 ; i >= 0; i--){
listItem = new brls::ListItem(verTitles[i]);