summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index 8f22d19..5854291 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -44,7 +44,7 @@ static void kbd_setupkeys(char* line[KEYBOARD_LINES], int page)
case 1:
line[0] = "abcdefg ¢£¤¥¦§©®¬";
line[1] = "hijklmn «»°ºª¹²³¶";
- line[2] = "opqrsty ¯±×÷¡¿µ·¨";
+ line[2] = "opqrstu ¯±×÷¡¿µ·¨";
line[3] = "vwxyz ¼½¾ ";
break;