From 13018e272ea0ada9dfb20778a81ea99bf4ed00b8 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 3 Feb 2014 10:52:25 +0530 Subject: [PATCH] change wording in edit panel menu --- source/Ox.UI/js/Video/ClipPanel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'}, ]}, {},