mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-08 19:41:49 +00:00
correct typos
This commit is contained in:
parent
0fd52987b7
commit
639590052f
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
|
|
Loading…
Reference in a new issue