mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-10 04:21:44 +00:00
Fixed _i18n tranlation key
This commit is contained in:
parent
68368e5955
commit
e52928cd16
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ JCPage::JCPage() : AppletFrame(true, true)
|
|||
items[i] = new brls::ListItem(names[i]);
|
||||
items[i]->getClickEvent()->subscribe([&, value](brls::View* view) {
|
||||
brls::StagedAppletFrame* stagedFrame = new brls::StagedAppletFrame();
|
||||
stagedFrame->setTitle("menus/jc_con"_i18n);
|
||||
stagedFrame->setTitle("joy_con/title"_i18n);
|
||||
stagedFrame->addStage(
|
||||
new WorkerPage(stagedFrame, "menus/jc_changing"_i18n,
|
||||
[value](){changeJCColor(value);})
|
||||
|
|
Loading…
Reference in a new issue