diff --git a/admin/tags.php b/admin/tags.php index ce503ba67..991aeec26 100644 --- a/admin/tags.php +++ b/admin/tags.php @@ -364,7 +364,7 @@ foreach ($orphan_tags as $tag) if (count($orphan_tag_names) > 0) { $page['warnings'][] = sprintf( - l10n('You have %d orphan tags: %s.').' '.l10n('Delete orphan tags').'', + l10n('You have %d orphan tags: %s.').' '.l10n('Delete orphan tags').'', count($orphan_tag_names), implode(', ', $orphan_tag_names), get_root_url().'admin.php?page=tags&action=delete_orphans&pwg_token='.get_pwg_token()