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/it | |
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/it')
-rw-r--r-- | lib/plugins/acl/lang/it/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/acl/lang/it/lang.php b/lib/plugins/acl/lang/it/lang.php index ba2d0fd32..82827510f 100644 --- a/lib/plugins/acl/lang/it/lang.php +++ b/lib/plugins/acl/lang/it/lang.php @@ -17,8 +17,8 @@ * @author snarchio@gmail.com */ $lang['admin_acl'] = 'Gestione Lista Controllo Accessi (ACL)'; -$lang['acl_group'] = 'Gruppo'; -$lang['acl_user'] = 'Utente'; +$lang['acl_group'] = 'Gruppo:'; +$lang['acl_user'] = 'Utente:'; $lang['acl_perms'] = 'Permessi per'; $lang['page'] = 'Pagina'; $lang['namespace'] = 'Categoria'; |