diff --git a/source/Ox.UI/js/Video/ClipPanel.js b/source/Ox.UI/js/Video/ClipPanel.js index b401e550..66da53b4 100644 --- a/source/Ox.UI/js/Video/ClipPanel.js +++ b/source/Ox.UI/js/Video/ClipPanel.js @@ -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'}, ]}, {},