diff --git a/controllers/admin/AdminAttributesGroupsController.php b/controllers/admin/AdminAttributesGroupsController.php index de4550d8a..eb60553c2 100644 --- a/controllers/admin/AdminAttributesGroupsController.php +++ b/controllers/admin/AdminAttributesGroupsController.php @@ -464,9 +464,9 @@ class AdminAttributesGroupsControllerCore extends AdminController ); $back = self::$currentIndex.'&token='.$this->token; - $this->toolbar_btn['cancel'] = array( + $this->toolbar_btn['back'] = array( 'href' => $back, - 'desc' => $this->l('Cancel') + 'desc' => $this->l('Back to list') ); break; default: // list diff --git a/controllers/admin/AdminFeaturesController.php b/controllers/admin/AdminFeaturesController.php index 83471bda7..812c6d5fb 100644 --- a/controllers/admin/AdminFeaturesController.php +++ b/controllers/admin/AdminFeaturesController.php @@ -217,9 +217,9 @@ class AdminFeaturesControllerCore extends AdminController if (empty($back)) $back = self::$currentIndex.'&token='.$this->token; - $this->toolbar_btn['cancel'] = array( + $this->toolbar_btn['back'] = array( 'href' => $back, - 'desc' => $this->l('Cancel') + 'desc' => $this->l('Back to list') ); break;