// Added helpbox and fixed translation

This commit is contained in:
Damien Metzger
2013-08-13 14:16:40 +02:00
parent 86fba93f63
commit b1b636a911
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ class AdminPaymentControllerCore extends AdminController
),
array('items' => Group::getGroups($this->context->language->id),
'title' => $this->l('Group restrictions'),
'desc' => $this->l('Please mark each checkbox for the currency, or currencies, in which you want the payment module(s) to be available.'),
'desc' => $this->l('Please mark each checkbox for the customer group(s), in which you want the payment module(s) to be available.'),
'name_id' => 'group',
'identifier' => 'id_group',
'icon' => 'group',