change wording in edit panel menu
This commit is contained in:
parent
0c81f336da
commit
13018e272e
1 changed files with 2 additions and 2 deletions
|
@ -79,8 +79,8 @@ Ox.ClipPanel = function(options, self) {
|
|||
self.$menu = Ox.MenuButton({
|
||||
items: [
|
||||
{group: 'view', min: 1, max: 1, items: [
|
||||
{id: 'list', title: Ox._('View as List'), checked: self.options.view == 'list'},
|
||||
{id: 'grid', title: Ox._('View as Grid'), checked: self.options.view == 'grid'},
|
||||
{id: 'list', title: Ox._('View Clips as List'), checked: self.options.view == 'list'},
|
||||
{id: 'grid', title: Ox._('View Clips as Grid'), checked: self.options.view == 'grid'},
|
||||
{id: 'annotations', title: Ox._('View Annotations'), checked: self.options.view == 'annotations'},
|
||||
]},
|
||||
{},
|
||||
|
|
Loading…
Reference in a new issue