From 274500d812b1c5f7374da336a03edae50ff8f3a6 Mon Sep 17 00:00:00 2001 From: eldy Date: Wed, 12 Oct 2011 01:02:31 +0200 Subject: [PATCH] Trans --- htdocs/includes/modules/modCashDesk.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modCashDesk.class.php b/htdocs/includes/modules/modCashDesk.class.php index 326b557159f..141084133eb 100644 --- a/htdocs/includes/modules/modCashDesk.class.php +++ b/htdocs/includes/modules/modCashDesk.class.php @@ -87,7 +87,7 @@ class modCashDesk extends DolibarrModules $r++; $this->rights[$r][0] = 50101; - $this->rights[$r][1] = 'Use cashdesk'; + $this->rights[$r][1] = 'Use point of sale'; $this->rights[$r][2] = 'a'; $this->rights[$r][3] = 1; $this->rights[$r][4] = 'use';