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 "),
|
__("tuvwxyz "),
|
||||||
},
|
},
|
||||||
[KEYBOARD_LETTERS_UPPER] = {
|
[KEYBOARD_LETTERS_UPPER] = {
|
||||||
__("Abcdef ."),
|
__("ABCDEF ."),
|
||||||
__("Ghijkl ,"),
|
__("GHIJKL ,"),
|
||||||
__("Mnopqrs "),
|
__("MNOPQRS "),
|
||||||
__("Tuvwxyz "),
|
__("TUVWXYZ "),
|
||||||
},
|
},
|
||||||
[KEYBOARD_SYMBOLS] = {
|
[KEYBOARD_SYMBOLS] = {
|
||||||
__("01234 "),
|
__("01234 "),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user