1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Alexander Levin 2009-03-01 10:39:02 +00:00
parent ca5e04e179
commit a4837027c5

View file

@ -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)");