[-] BO : FixBug #PSCSX-116 Wrong friendly url hint description

This commit is contained in:
Jerome Nadaud
2013-12-11 09:59:00 +01:00
parent fe8d9923f6
commit 551358f88b

View File

@@ -508,7 +508,7 @@ class AdminCategoriesControllerCore extends AdminController
'name' => 'link_rewrite',
'lang' => true,
'required' => true,
'hint' => $this->l('Only letters and the minus (-) character are allowed.')
'hint' => $this->l('Only letters, numbers, underscore (_) and the minus (-) character are allowed.')
),
array(
'type' => 'group',