From 172986a4615907721588fda9aeeb03a4058a56a0 Mon Sep 17 00:00:00 2001 From: djfm Date: Tue, 1 Oct 2013 15:06:33 +0000 Subject: [PATCH] // changed help text --- controllers/admin/AdminInvoicesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminInvoicesController.php b/controllers/admin/AdminInvoicesController.php index b242bde0b..11a285f75 100644 --- a/controllers/admin/AdminInvoicesController.php +++ b/controllers/admin/AdminInvoicesController.php @@ -44,7 +44,7 @@ class AdminInvoicesControllerCore extends AdminController ), 'PS_INVOICE_TAXES_BREAKDOWN' => array( 'title' => $this->l('Enable the breakdown of taxes on the invoice:'), - 'desc' => $this->l('Enable the breakdown of taxes on the invoice when there are computed (like in QC)'), + 'desc' => $this->l('Show a breakdown of taxes by tax rate on the invoice when there are several taxes combined'), 'cast' => 'intval', 'type' => 'bool' ),