This commit is contained in:
rolux 2013-08-03 14:15:51 +00:00
parent 64c1658937
commit 9045cefa1a

View file

@ -300,8 +300,8 @@ pandora.createLinks = function($element) {
type = getType(items), type = getType(items),
text = Ox._(actions[action]) + ' ' + Ox.formatCount( text = Ox._(actions[action]) + ' ' + Ox.formatCount(
items.length, items.length,
type == 'items' ? pandora.site.itemName.singular : 'Clip', type == 'item' ? pandora.site.itemName.singular : 'Clip',
type == 'items' ? pandora.site.itemName.plural : 'Clips' type == 'item' ? pandora.site.itemName.plural : 'Clips'
); );
if (action == 'copy' || action == 'paste') { if (action == 'copy' || action == 'paste') {
addItems(items, targets[0], addToHistory); addItems(items, targets[0], addToHistory);