Fix naming screen, as it

was accidentally broken
by the decapitalization
script.
This commit is contained in:
Jess 2022-08-21 21:38:01 +00:00
parent a3e13060e3
commit 1c3ce4c1cf
1 changed files with 4 additions and 4 deletions

View File

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