forked from 0x2620/pandora
Add Document(s) to Selected/Current Movie(s)
This commit is contained in:
parent
3ed52b2939
commit
24ead6ffd3
1 changed files with 4 additions and 3 deletions
|
@ -811,8 +811,9 @@ pandora.ui.documentsPanel = function(options) {
|
||||||
[selected.length ? 'enableItem' : 'disableItem']('remove');
|
[selected.length ? 'enableItem' : 'disableItem']('remove');
|
||||||
} else {
|
} else {
|
||||||
$itemMenu.setItemTitle('add', Ox._('Add {0} to {1} {2}', [
|
$itemMenu.setItemTitle('add', Ox._('Add {0} to {1} {2}', [
|
||||||
|
string,
|
||||||
Ox._(hasListSelection ? 'Selected' : 'Current'),
|
Ox._(hasListSelection ? 'Selected' : 'Current'),
|
||||||
string, Ox._(pandora.site.itemName[
|
Ox._(pandora.site.itemName[
|
||||||
hasListSelection && ui.listSelection.length > 1
|
hasListSelection && ui.listSelection.length > 1
|
||||||
? 'plural' : 'singular'])
|
? 'plural' : 'singular'])
|
||||||
]))
|
]))
|
||||||
|
|
Loading…
Reference in a new issue