hardcode french translation for (Group) prefix (#4406)

This commit is contained in:
Frédéric Péters 2014-03-07 10:09:10 +01:00
parent aa514ba896
commit 07d1015f99
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ class ActiveDirectoryMultiPlugin(LDAPPluginBase):
results = []
for group in groups:
tmp = {}
tmp['title'] = '(Group) ' + group[self.grouptitle_attr][0]
tmp['title'] = '(Groupe) ' + group[self.grouptitle_attr][0]
id = tmp['id'] = group[self.groupid_attr][0]
tmp['pluginid'] = plugin_id
results.append(tmp)