summaryrefslogtreecommitdiff
path: root/lib/plugins/acl/lang/is
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2014-05-16 00:09:32 +0200
committerGerrit Uitslag <klapinklapin@gmail.com>2014-05-16 00:09:32 +0200
commitfde860be8cb3ed16b2b0843b77b093a60397083e (patch)
treec064fb10e3d9aa4023791fb75ec950729504575a /lib/plugins/acl/lang/is
parentb477f2c704dd24a4ead1e2d2f39b155646f37e75 (diff)
downloadrpg-fde860be8cb3ed16b2b0843b77b093a60397083e.tar.gz
rpg-fde860be8cb3ed16b2b0843b77b093a60397083e.tar.bz2
Move colon from code to language strings
Diffstat (limited to 'lib/plugins/acl/lang/is')
-rw-r--r--lib/plugins/acl/lang/is/lang.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/acl/lang/is/lang.php b/lib/plugins/acl/lang/is/lang.php
index b45faa80a..13ed7bfd7 100644
--- a/lib/plugins/acl/lang/is/lang.php
+++ b/lib/plugins/acl/lang/is/lang.php
@@ -6,8 +6,8 @@
* @author Ólafur Gunnlaugsson <oli@audiotools.com>
* @author Erik Bjørn Pedersen <erik.pedersen@shaw.ca>
*/
-$lang['acl_group'] = 'Hópur';
-$lang['acl_user'] = 'Notandi';
+$lang['acl_group'] = 'Hópur:';
+$lang['acl_user'] = 'Notandi:';
$lang['page'] = 'Síða';
$lang['namespace'] = 'Nafnrými';
$lang['btn_select'] = 'Veldu';