From c64e16d7247eda27a518161fa27f9001c2622bc6 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 17 Feb 2012 22:29:38 +0000 Subject: [PATCH] change name of themes --- static/js/pandora/menu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/pandora/menu.js b/static/js/pandora/menu.js index bfd9f6f5..f68b2813 100644 --- a/static/js/pandora/menu.js +++ b/static/js/pandora/menu.js @@ -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' } ]} ] } ]},