[-] BO : #PSTEST-852 - Rename button "Save and stay" to "Save and add" on admin feature form
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13565 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -209,7 +209,8 @@ class AdminFeaturesControllerCore extends AdminController
|
||||
$this->toolbar_btn['save-and-stay'] = array(
|
||||
'short' => 'SaveAndStay',
|
||||
'href' => '#',
|
||||
'desc' => $this->l('Save and stay'),
|
||||
'desc' => $this->l('Save and add'),
|
||||
'force_desc' => true,
|
||||
);
|
||||
|
||||
// Default cancel button - like old back link
|
||||
|
||||
Reference in New Issue
Block a user