NamingScreen按钮高光修复

顺便汉化了遗漏的输入代码相关的一句英文
This commit is contained in:
RoamerX 2025-05-05 14:44:01 +08:00
parent dfb4091cd8
commit 65738ff5bc
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -2150,7 +2150,7 @@ static const struct NamingScreenTemplate sWaldaWordsScreenTemplate =
.title = gText_TellHimTheWords,
};
static const u8 sText_EnterCode[] = _("Enter code:");
static const u8 sText_EnterCode[] = _("请输入代码:");
static const struct NamingScreenTemplate sCodeScreenTemplate =
{
.copyExistingString = FALSE,