in timeline options, rename 'full' to 'frames'

This commit is contained in:
rolux 2012-03-07 14:37:53 +00:00
parent 4d14148524
commit 5bc4958996

View file

@ -68,7 +68,7 @@ pandora.ui.mainMenu = function() {
] : [] ] : []
) }, ) },
{ id: 'timelines', title: 'Timelines', items: [ { id: 'timelines', title: 'Timelines', items: [
{ group: 'viewtimelines', min: 1, max: 1, items: ['average', 'center', 'full'].map(function(timelines) { { group: 'viewtimelines', min: 1, max: 1, items: ['average', 'center', 'frames'].map(function(timelines) {
return {id: timelines, title: Ox.toTitleCase(timelines), checked: ui.videoTimeline == timelines}; return {id: timelines, title: Ox.toTitleCase(timelines), checked: ui.videoTimeline == timelines};
}) } }) }
]}, ]},