Browse Source

Add trans action for batch actions

Pascal Burkhard 14 years ago
parent
commit
6d00731e4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Admin/Admin.php

+ 1 - 1
Admin/Admin.php

@@ -467,7 +467,7 @@ abstract class Admin extends ContainerAware
     {
 
         return array(
-            'delete' => 'action_delete'
+            'delete' => $this->trans('action_delete')
         );
     }