summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/clock/clock_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/clock/clock_menu.c b/apps/plugins/clock/clock_menu.c
index 838335a529..61af89c61d 100644
--- a/apps/plugins/clock/clock_menu.c
+++ b/apps/plugins/clock/clock_menu.c
@@ -145,7 +145,7 @@ void menu_general_settings(void){
145 int selection=0, result=0; 145 int selection=0, result=0;
146 146
147 MENUITEM_STRINGLIST(menu,"General Settings",NULL, 147 MENUITEM_STRINGLIST(menu,"General Settings",NULL,
148 "Hour format","Date format","Show Counter", 148 "Hour Format","Date Format","Show Counter",
149 "Reset Settings","Save Settings Now", 149 "Reset Settings","Save Settings Now",
150 "Save On Exit","Backlight Settings", 150 "Save On Exit","Backlight Settings",
151 "Idle Poweroff (temporary)"); 151 "Idle Poweroff (temporary)");