From 98998a70606d40539d7620bd6fca301cf42e4c20 Mon Sep 17 00:00:00 2001 From: vvnt Date: Tue, 21 Nov 2017 15:07:53 +0100 Subject: [PATCH] Update modFacture.class.php --- htdocs/core/modules/modFacture.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/core/modules/modFacture.class.php b/htdocs/core/modules/modFacture.class.php index 53f23265d6b..3dc1c6890cb 100644 --- a/htdocs/core/modules/modFacture.class.php +++ b/htdocs/core/modules/modFacture.class.php @@ -135,7 +135,7 @@ class modFacture extends DolibarrModules $r++; $this->rights[$r][0] = 12; - $this->rights[$r][1] = 'Creer/modifier les factures'; + $this->rights[$r][1] = 'Créer/modifier les factures'; $this->rights[$r][2] = 'a'; $this->rights[$r][3] = 0; $this->rights[$r][4] = 'creer'; @@ -159,7 +159,7 @@ class modFacture extends DolibarrModules $r++; $this->rights[$r][0] = 15; - $this->rights[$r][1] = 'Envoyer les factures par mail'; + $this->rights[$r][1] = 'Envoyer les factures par email'; $this->rights[$r][2] = 'a'; $this->rights[$r][3] = 0; $this->rights[$r][4] = 'invoice_advance'; @@ -167,7 +167,7 @@ class modFacture extends DolibarrModules $r++; $this->rights[$r][0] = 16; - $this->rights[$r][1] = 'Emettre des paiements sur les factures'; + $this->rights[$r][1] = 'Émettre des paiements sur les factures'; $this->rights[$r][2] = 'a'; $this->rights[$r][3] = 0; $this->rights[$r][4] = 'paiement'; @@ -181,7 +181,7 @@ class modFacture extends DolibarrModules $r++; $this->rights[$r][0] = 1321; - $this->rights[$r][1] = 'Exporter les factures clients, attributs et reglements'; + $this->rights[$r][1] = 'Exporter les factures clients, attributs et règlements'; $this->rights[$r][2] = 'r'; $this->rights[$r][3] = 0; $this->rights[$r][4] = 'facture';