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

Updated README and fixed incorrect string

This commit is contained in:
flb 2021-06-30 23:01:32 +02:00
parent d761908c75
commit 3042c29b1b
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
# AIO-switch-updater
![releases](https://img.shields.io/github/downloads/HamletDuFromage/AIO-switch-updater/total)
![hbappstore](https://img.shields.io/endpoint?url=https%3A%2F%2Fjson-endpoint-example-1-5z0ltinlwws5.runkit.sh%2F%3Furl%3Dhttps%3A%2F%2Fapi.brewtools.dev%2Fstore%2FSwitch%2F%3Fpackage%3Daioswitchupdater)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/HamletDuFromage/AIO-switch-updater/Build%20AIO-switch-updater)
![tag](https://img.shields.io/github/v/release/HamletDuFromage/AIO-switch-updater)
![GitHub](https://img.shields.io/github/license/HamletDuFromage/aio-switch-updater)

View file

@ -55,7 +55,7 @@ void AppPage::PopulatePage()
if (R_SUCCEEDED(InitControlData(&controlData)) && R_SUCCEEDED(GetControlData(tid, controlData, controlSize, name))) {
this->DeclareGameListItem(name, tid, &controlData);
}
label = new brls::Label(brls::LabelStyle::SMALL, "menus/cheats/applet_mode_not_supported"_i18n, true);
label = new brls::Label(brls::LabelStyle::SMALL, "menus/common/applet_mode_not_supported"_i18n, true);
list->addView(label);
}