wrap more strings
This commit is contained in:
parent
b8f6947174
commit
30adf48613
1 changed files with 2 additions and 2 deletions
|
@ -944,8 +944,8 @@ pandora.ui.mainMenu = function() {
|
|||
isEditView = ui.section == 'edits' && ui.edit
|
||||
&& ui.editView != 'annotations', // FIXME: focus
|
||||
listName = isVideoView || isClipView ? ''
|
||||
: ui.section == 'items' ? 'from List'
|
||||
: 'from Edit',
|
||||
: ui.section == 'items' ? Ox._('from List')
|
||||
: Ox._('from Edit'),
|
||||
listItemsName = Ox._(
|
||||
ui.section == 'edits' || isVideoView || isClipView ? 'Clips'
|
||||
: pandora.site.itemName.plural
|
||||
|
|
Loading…
Reference in a new issue