فهرست منبع

Add trans action for batch actions

Pascal Burkhard 14 سال پیش
والد
کامیت
6d00731e4d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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')
         );
     }