= $this->icon('reschedule') ?> = $this->translate('Commands') ?>
= sprintf( $this->translate('Issue commands to all %s selected comments.'), '' . count($comments) . '' ) ?>
= $this->qlink(
sprintf(
$this->translate('Remove all %d scheduled comments'),
count($comments)
),
$removeAllLink,
null,
array(
'icon' => 'trash',
'title' => $this->translate('Remove all selected comments.')
)
) ?>