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 8f22d19d97..5854291ccf 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)
44 case 1: 44 case 1:
45 line[0] = "abcdefg ¢£¤¥¦§©®¬"; 45 line[0] = "abcdefg ¢£¤¥¦§©®¬";
46 line[1] = "hijklmn «»°ºª¹²³¶"; 46 line[1] = "hijklmn «»°ºª¹²³¶";
47 line[2] = "opqrsty ¯±×÷¡¿µ·¨"; 47 line[2] = "opqrstu ¯±×÷¡¿µ·¨";
48 line[3] = "vwxyz ¼½¾ "; 48 line[3] = "vwxyz ¼½¾ ";
49 break; 49 break;
50 50