Fix naming screen, as it
was accidentally broken by the decapitalization script.
This commit is contained in:
parent
a3e13060e3
commit
1c3ce4c1cf
@ -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 "),
|
||||
|
Loading…
x
Reference in New Issue
Block a user