fix menu entry text
This commit is contained in:
parent
c722da3c13
commit
e2a64fe0f1
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ pandora.ui.folders = function(section) {
|
||||||
{ id: 'remove', title: Ox._('Remove Selected Volume...'), disabled: true },
|
{ id: 'remove', title: Ox._('Remove Selected Volume...'), disabled: true },
|
||||||
{},
|
{},
|
||||||
{ id: 'import', title: Ox._('Import {0}...',
|
{ id: 'import', title: Ox._('Import {0}...',
|
||||||
[Ox._(pandora.site.itemName.plural.toLocaleLowerCase())]), disabled: true }
|
[Ox._(pandora.site.itemName.plural)]), disabled: true }
|
||||||
],
|
],
|
||||||
title: 'edit',
|
title: 'edit',
|
||||||
tooltip: Ox._('Manage Volumes'),
|
tooltip: Ox._('Manage Volumes'),
|
||||||
|
|
Loading…
Reference in a new issue