// Remove translations on icon class

This commit is contained in:
Jerome Nadaud
2013-10-21 09:57:13 +02:00
parent a5ca6f11a7
commit 6275e7bcad
7 changed files with 7 additions and 7 deletions
@@ -66,7 +66,7 @@ class AdminFeaturesControllerCore extends AdminController
$this->bulk_actions = array(
'delete' => array(
'text' => $this->l('Delete selected'),
'icon' => $this->l('icon-trash'),
'icon' => 'icon-trash',
'confirm' => $this->l('Delete selected items?')
)
);