// changed English strings, especially focusing on colons harmonization
This commit is contained in:
@@ -55,12 +55,12 @@ class AdminContactsControllerCore extends AdminController
|
||||
'input' => array(
|
||||
array(
|
||||
'type' => 'text',
|
||||
'label' => $this->l('Title:'),
|
||||
'label' => $this->l('Title'),
|
||||
'name' => 'name',
|
||||
'size' => 33,
|
||||
'required' => true,
|
||||
'lang' => true,
|
||||
'desc' => $this->l('Contact name (e.g. Technical Support)'),
|
||||
'desc' => $this->l('Contact name (e.g. Customer Support)'),
|
||||
),
|
||||
array(
|
||||
'type' => 'text',
|
||||
|
||||
Reference in New Issue
Block a user