mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-25 02:52:05 +00:00
typos D:
This commit is contained in:
parent
d2aaea12de
commit
2a7a182b55
2 changed files with 5 additions and 2 deletions
|
@ -65,8 +65,8 @@
|
|||
"v1_5_2_text": "\uE016 Added support for Traditional Chinese (thanks to 'https://github.com/qazrfv1234')",
|
||||
"v2_0_0": "v2.0.0",
|
||||
"v2_0_0_text": "\uE016 Added ability to download cheatslips cheats.\n\uE016 Added way to toggle out tabs.\n\uE016 Various code improvements.",
|
||||
"v2_0_0": "v2.0.0",
|
||||
"v2_0_0_text": "\uE016 Fixed a bug not letting the user click no when asked if they want to install hekate.n\uE016 Correct a bunch of typos.",
|
||||
"v2_0_1": "v2.0.1",
|
||||
"v2_0_1_text": "\uE016 Fixed a bug not letting the user click no when asked if they want to install hekate.n\uE016 Correct a bunch of typos.",
|
||||
"Ok_button": "Ok",
|
||||
|
||||
"cheats_page.cpp":"",
|
||||
|
|
|
@ -82,6 +82,9 @@ ChangelogPage::ChangelogPage() : AppletFrame(true, true)
|
|||
verTitles.push_back("menus/v2_0_0"_i18n );
|
||||
changes.push_back("menus/v2_0_0_text"_i18n );
|
||||
|
||||
verTitles.push_back("menus/v2_0_1"_i18n );
|
||||
changes.push_back("menus/v2_0_1_text"_i18n );
|
||||
|
||||
int nbVersions = verTitles.size();
|
||||
items.reserve(nbVersions);
|
||||
for(int i = nbVersions -1 ; i >= 0; i--){
|
||||
|
|
Loading…
Reference in a new issue