typo
This commit is contained in:
parent
64c1658937
commit
9045cefa1a
1 changed files with 2 additions and 2 deletions
|
@ -300,8 +300,8 @@ pandora.createLinks = function($element) {
|
|||
type = getType(items),
|
||||
text = Ox._(actions[action]) + ' ' + Ox.formatCount(
|
||||
items.length,
|
||||
type == 'items' ? pandora.site.itemName.singular : 'Clip',
|
||||
type == 'items' ? pandora.site.itemName.plural : 'Clips'
|
||||
type == 'item' ? pandora.site.itemName.singular : 'Clip',
|
||||
type == 'item' ? pandora.site.itemName.plural : 'Clips'
|
||||
);
|
||||
if (action == 'copy' || action == 'paste') {
|
||||
addItems(items, targets[0], addToHistory);
|
||||
|
|
Loading…
Reference in a new issue