summaryrefslogtreecommitdiff
path: root/apps/settings_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_menu.c')
-rw-r--r--apps/settings_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_menu.c b/apps/settings_menu.c
index 5338be34a3..35b4d8772d 100644
--- a/apps/settings_menu.c
+++ b/apps/settings_menu.c
@@ -580,7 +580,7 @@ static bool repeat_mode(void)
580 { STR(LANG_REPEAT_ALL) }, 580 { STR(LANG_REPEAT_ALL) },
581 { STR(LANG_REPEAT_ONE) }, 581 { STR(LANG_REPEAT_ONE) },
582 { STR(LANG_SHUFFLE) }, 582 { STR(LANG_SHUFFLE) },
583#ifdef AB_REPEAT_ENABLE 583#if (AB_REPEAT_ENABLE == 1)
584 { STR(LANG_REPEAT_AB) } 584 { STR(LANG_REPEAT_AB) }
585#endif 585#endif
586 }; 586 };