From c68c34854145268751638633f794eb139a4a8398 Mon Sep 17 00:00:00 2001
From: pbarroca <pbarroca@afi-sa.fr>
Date: Mon, 6 Jul 2015 16:50:42 +0200
Subject: [PATCH] change batch name to remove customer name

---
 library/Class/Batch/Typo3.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/library/Class/Batch/Typo3.php b/library/Class/Batch/Typo3.php
index 4d2a9de2de6..02e2cc66a68 100644
--- a/library/Class/Batch/Typo3.php
+++ b/library/Class/Batch/Typo3.php
@@ -16,13 +16,13 @@
  *
  * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
  * along with BOKEH; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA 
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
  */
 
 
 class Class_Batch_Typo3 extends Class_Batch_Abstract {
 	public function getLabel() {
-		return $this->_('Import des TYPO3 depuis le site SQY');
+		return $this->_('Import d\'articles TYPO3');
 	}
 
 	public function run() {
-- 
GitLab