summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/sound_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sound_menu.c b/apps/sound_menu.c
index e559c2648a..738c457af8 100644
--- a/apps/sound_menu.c
+++ b/apps/sound_menu.c
@@ -844,7 +844,7 @@ bool recording_menu(bool no_source)
844 items[i].desc = ID2P(LANG_RECORD_STARTUP); 844 items[i].desc = ID2P(LANG_RECORD_STARTUP);
845 items[i++].function = reconstartup; 845 items[i++].function = reconstartup;
846#if !defined(SIMULATOR) && CONFIG_CODEC == MAS3587F 846#if !defined(SIMULATOR) && CONFIG_CODEC == MAS3587F
847 items[i].desc = str(LANG_RECORD_TRIGGER); 847 items[i].desc = ID2P(LANG_RECORD_TRIGGER);
848 items[i++].function = rectrigger; 848 items[i++].function = rectrigger;
849#endif 849#endif
850 850