From 8c669ebee4a8bd4bd5041d0f242491a4c4b04592 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Mon, 29 Oct 2012 16:41:01 +0000 Subject: [PATCH] //translation --- controllers/admin/AdminCartRulesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminCartRulesController.php b/controllers/admin/AdminCartRulesController.php index 0477eb6de..845899f34 100644 --- a/controllers/admin/AdminCartRulesController.php +++ b/controllers/admin/AdminCartRulesController.php @@ -38,7 +38,7 @@ class AdminCartRulesControllerCore extends AdminController $this->fields_list = array( 'id_cart_rule' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25), - 'name' => array('title' => $this->l('Code')), + 'name' => array('title' => $this->l('Name')), 'priority' => array('title' => $this->l('Priority')), 'code' => array('title' => $this->l('Code')), 'quantity' => array('title' => $this->l('Quantity')),