[-] BO : fixed translation and languages issues
This commit is contained in:
@@ -152,7 +152,7 @@ class AdminLanguagesControllerCore extends AdminController
|
||||
'name' => 'date_format_lite',
|
||||
'required' => true,
|
||||
'size' => 15,
|
||||
'desc' => $this->l('Short date format (e.g. YY-MM-DD)')
|
||||
'desc' => sprintf($this->l('Short date format (e.g., %s)'), '<a href="http://php.net/date" target="_blank">Y-m-d</a>')
|
||||
),
|
||||
array(
|
||||
'type' => 'text',
|
||||
@@ -160,7 +160,7 @@ class AdminLanguagesControllerCore extends AdminController
|
||||
'name' => 'date_format_full',
|
||||
'required' => true,
|
||||
'size' => 25,
|
||||
'desc' => $this->l('Full date format (e.g., YYYY-MM-DD)')
|
||||
'desc' => sprintf($this->l('Full date format (e.g., %s)'), '<a href="http://php.net/date" target="_blank">Y-m-d H:i:s</a>')
|
||||
),
|
||||
array(
|
||||
'type' => 'file',
|
||||
|
||||
Reference in New Issue
Block a user