summaryrefslogtreecommitdiff
path: root/apps/plugins/clock
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/plugins/clock
parentca5e04e1796a1b1891e6c517792a1e7c8aaae2e3 (diff)
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/plugins/clock')
-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){
int selection=0, result=0;
MENUITEM_STRINGLIST(menu,"General Settings",NULL,
- "Hour format","Date format","Show Counter",
+ "Hour Format","Date Format","Show Counter",
"Reset Settings","Save Settings Now",
"Save On Exit","Backlight Settings",
"Idle Poweroff (temporary)");