//Changed English strings using the translationsenglish module.

This commit is contained in:
djfm
2013-01-04 16:58:58 +01:00
parent 507309ddf5
commit 385c593129
319 changed files with 5991 additions and 5991 deletions
+4 -4
View File
@@ -238,7 +238,7 @@ class AdminStoresControllerCore extends AdminController
),
array(
'type' => 'text',
'label' => $this->l('E-mail address'),
'label' => $this->l('Email address'),
'name' => 'email',
'size' => 33
),
@@ -434,14 +434,14 @@ class AdminStoresControllerCore extends AdminController
$formFields = array(
'PS_SHOP_NAME' => array(
'title' => $this->l('Shop name'),
'desc' => $this->l('Displayed in e-mails and page titles'),
'desc' => $this->l('Displayed in emails and page titles'),
'validation' => 'isGenericName',
'required' => true,
'size' => 30,
'type' => 'text'
),
'PS_SHOP_EMAIL' => array('title' => $this->l('Shop e-mail'),
'desc' => $this->l('Displayed in e-mails sent to customers'),
'PS_SHOP_EMAIL' => array('title' => $this->l('Shop email'),
'desc' => $this->l('Displayed in emails sent to customers'),
'validation' => 'isEmail',
'required' => true,
'size' => 30,