change name of themes

This commit is contained in:
rolux 2012-02-17 22:29:38 +00:00
parent 26f368ef84
commit c64e16d724

View File

@ -104,8 +104,8 @@ pandora.ui.mainMenu = function() {
{},
{ id: 'theme', title: 'Theme', items: [
{ group: 'settheme', min: 1, max: 1, items: [
{ id: 'classic', title: 'Classic', checked: ui.theme == 'classic'},
{ id: 'modern', title: 'Modern', checked: ui.theme == 'modern' }
{ id: 'classic', title: 'Light', checked: ui.theme == 'classic'},
{ id: 'modern', title: 'Dark', checked: ui.theme == 'modern' }
]}
] }
]},