From 7722417e43874e7a7b2b209afcba91c361016243 Mon Sep 17 00:00:00 2001
From: Mortier Benoit <benoit.mortier@opensides.be>
Date: Wed, 6 Apr 2016 11:24:21 +0200
Subject: [PATCH] =?UTF-8?q?Fixes:=20#4674=20translation=20issue=20:=20depa?=
 =?UTF-8?q?rtment=20is=20service=20in=20french=20not=20d=C3=A9partement?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Fixed help for department

Signed-off-by: Mortier Benoit <benoit.mortier@opensides.be>
---
 plugins/personal/generic/class_user.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/personal/generic/class_user.inc b/plugins/personal/generic/class_user.inc
index 495350b53..068c1d325 100644
--- a/plugins/personal/generic/class_user.inc
+++ b/plugins/personal/generic/class_user.inc
@@ -416,7 +416,7 @@ class user extends simplePlugin
             'o', FALSE
           ),
           new StringAttribute (
-            _('Department'), _('Department'),
+            _('Department'), _('Department to which the user belongs'),
             'ou', FALSE
           ),
           new StringAttribute (
-- 
GitLab