summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-03-01 10:39:02 +0000
committerAlexander Levin <al.le@rockbox.org>2009-03-01 10:39:02 +0000
commita4837027c5fd5afeb404887ae632af6abd010591 (patch)
tree6f40a7f7ef587fb0287c33f6f05de12a8eeea964 /apps
parentca5e04e1796a1b1891e6c517792a1e7c8aaae2e3 (diff)
downloadrockbox-a4837027c5fd5afeb404887ae632af6abd010591.tar.gz
rockbox-a4837027c5fd5afeb404887ae632af6abd010591.zip
Make clock menu capitalizing consistent (FS#9939). There is an ongoing
discussion about using sentence case (FS#9948) but for now consistence is better. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20153 a1c6a512-1295-4272-9138-f99709370657
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)");