// fix small bugs

This commit is contained in:
lLefevre
2011-11-28 17:38:16 +00:00
parent e4abc5c719
commit 90df4cbeb7
3 changed files with 31 additions and 7 deletions
@@ -390,7 +390,7 @@ class AdminCarriersControllerCore extends AdminController
array(
'type' => 'text',
'label' => $this->l('Maximium package deep:'),
'name' => 'max_deep',
'name' => 'max_depth',
'required' => false,
'size' => 10,
'desc' => $this->l('Maximum deep managed by this carrier. Set "0" or nothing, to ignore this field.')