diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-05-16 00:09:32 +0200 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-05-16 00:09:32 +0200 |
commit | fde860be8cb3ed16b2b0843b77b093a60397083e (patch) | |
tree | c064fb10e3d9aa4023791fb75ec950729504575a /lib/plugins/acl/lang/fr | |
parent | b477f2c704dd24a4ead1e2d2f39b155646f37e75 (diff) | |
download | rpg-fde860be8cb3ed16b2b0843b77b093a60397083e.tar.gz rpg-fde860be8cb3ed16b2b0843b77b093a60397083e.tar.bz2 |
Move colon from code to language strings
Diffstat (limited to 'lib/plugins/acl/lang/fr')
-rw-r--r-- | lib/plugins/acl/lang/fr/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/acl/lang/fr/lang.php b/lib/plugins/acl/lang/fr/lang.php index dc17cf79e..9539c5be5 100644 --- a/lib/plugins/acl/lang/fr/lang.php +++ b/lib/plugins/acl/lang/fr/lang.php @@ -28,8 +28,8 @@ * @author Bruno Veilleux <bruno.vey@gmail.com> */ $lang['admin_acl'] = 'Gestion de la liste des contrôles d\'accès (ACL)'; -$lang['acl_group'] = 'Groupe'; -$lang['acl_user'] = 'Utilisateur'; +$lang['acl_group'] = 'Groupe:'; +$lang['acl_user'] = 'Utilisateur:'; $lang['acl_perms'] = 'Autorisations pour'; $lang['page'] = 'Page'; $lang['namespace'] = 'Catégorie'; |