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:
parent
ca5e04e179
commit
a4837027c5
1 changed files with 1 additions and 1 deletions
|
@ -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)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue