From 1c3ce4c1cf96009619184dea111d28fe56b179a6 Mon Sep 17 00:00:00 2001 From: Brody M Date: Sun, 21 Aug 2022 21:38:01 +0000 Subject: [PATCH] Fix naming screen, as it was accidentally broken by the decapitalization script. --- src/naming_screen.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/naming_screen.c b/src/naming_screen.c index fed966f..b8d8811 100644 --- a/src/naming_screen.c +++ b/src/naming_screen.c @@ -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 "),