From 7ade93c1e838f44f99b686b460b1c7a7462dff4d Mon Sep 17 00:00:00 2001 From: eldy Date: Wed, 12 Oct 2011 02:38:22 +0200 Subject: [PATCH] Revert "Revert "Trans"" This reverts commit 8f56073713ca78d5b8c0c825c18128b3d7e434ef. --- 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 c769c1ab45d..47b71afde4f 100644 --- a/htdocs/includes/modules/modCashDesk.class.php +++ b/htdocs/includes/modules/modCashDesk.class.php @@ -91,7 +91,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';