[-] BO : #PSCFV-3206 - Add description for the field "Shop name" on the shop configuration.

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16535 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-07-24 07:42:50 +00:00
parent 66757871af
commit a4c8e9823f
2 changed files with 4 additions and 0 deletions
@@ -311,6 +311,8 @@ class AdminShopControllerCore extends AdminController
array(
'type' => 'text',
'label' => $this->l('Shop name:'),
'desc' => $this->l('This field do not refer to the shop name visible on the front office.').' '.
sprintf($this->l('Follow %sthis link%s to edit the shop name used on the front office.'), '<a href="'.$this->context->link->getAdminLink('AdminStores').'">', '</a>'),
'name' => 'name',
'required' => true,
)