Fix naming screen, as it

was accidentally broken
by the decapitalization
script.
This commit is contained in:
Skye Chappelle 2022-08-21 21:38:01 +00:00
parent a3e13060e3
commit 1c3ce4c1cf

View File

@ -294,10 +294,10 @@ static const u8 sKeyboardChars[KBPAGE_COUNT][KBROW_COUNT][KBCOL_COUNT] = {
__("tuvwxyz "), __("tuvwxyz "),
}, },
[KEYBOARD_LETTERS_UPPER] = { [KEYBOARD_LETTERS_UPPER] = {
__("Abcdef ."), __("ABCDEF ."),
__("Ghijkl ,"), __("GHIJKL ,"),
__("Mnopqrs "), __("MNOPQRS "),
__("Tuvwxyz "), __("TUVWXYZ "),
}, },
[KEYBOARD_SYMBOLS] = { [KEYBOARD_SYMBOLS] = {
__("01234 "), __("01234 "),