change wording in edit panel menu

This commit is contained in:
rolux 2014-02-03 10:52:25 +05:30
parent 0c81f336da
commit 13018e272e

View file

@ -79,8 +79,8 @@ Ox.ClipPanel = function(options, self) {
self.$menu = Ox.MenuButton({ self.$menu = Ox.MenuButton({
items: [ items: [
{group: 'view', min: 1, max: 1, items: [ {group: 'view', min: 1, max: 1, items: [
{id: 'list', title: Ox._('View as List'), checked: self.options.view == 'list'}, {id: 'list', title: Ox._('View Clips as List'), checked: self.options.view == 'list'},
{id: 'grid', title: Ox._('View as Grid'), checked: self.options.view == 'grid'}, {id: 'grid', title: Ox._('View Clips as Grid'), checked: self.options.view == 'grid'},
{id: 'annotations', title: Ox._('View Annotations'), checked: self.options.view == 'annotations'}, {id: 'annotations', title: Ox._('View Annotations'), checked: self.options.view == 'annotations'},
]}, ]},
{}, {},