Change button description

This commit is contained in:
jpirnay
2026-05-03 16:26:41 +02:00
parent a6eb8936cf
commit 8526e58ac1
12 changed files with 28 additions and 28 deletions
@@ -24,8 +24,8 @@ constexpr std::array<ButtonRow, 7> kButtonRows = {{
{StrId::STR_BTN_BACK, StrId::STR_BTN_BACK},
{StrId::STR_BTN_LEFT, StrId::STR_BTN_LEFT},
{StrId::STR_BTN_RIGHT, StrId::STR_BTN_RIGHT},
{StrId::STR_BTN_PAGE_BACK, StrId::STR_BTN_PAGE_BACK},
{StrId::STR_BTN_PAGE_FORWARD, StrId::STR_BTN_PAGE_FORWARD},
{StrId::STR_BTN_UP, StrId::STR_BTN_UP},
{StrId::STR_BTN_DOWN, StrId::STR_BTN_DOWN},
{StrId::STR_BTN_CONFIRM, StrId::STR_BTN_CONFIRM},
}};