[-] BO : fix #PSCFV-4464

This commit is contained in:
lLefevre
2012-09-28 07:27:25 +00:00
parent d1e7ca4e7c
commit 73d68f3dfb
5 changed files with 20 additions and 20 deletions
+4 -4
View File
@@ -172,10 +172,10 @@ class AdminThemesControllerCore extends AdminController
'required' => true,
'validation' => 'isGenericName',
'choices' => array(
0 => $this->l('I want disable it'),
1 => $this->l('I want enable it only on mobiles devices'),
2 => $this->l('I want enable it only on touchpads'),
3 => $this->l('I want enable it on mobiles and touchpads devices')
0 => $this->l('I want to disable it'),
1 => $this->l('I want to enable it only on mobiles devices'),
2 => $this->l('I want to enable it only on touchpads'),
3 => $this->l('I want to enable it on mobile and touchpad devices')
)
)
),