diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-06-15 08:27:52 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-06-15 08:27:52 +0200 |
commit | 6b083ad5546e0efe8aab0bef2e03ed4502379973 (patch) | |
tree | b6e0ddf7e37a5a252e33de7b6b443642b18eec49 /lib/plugins/acl/lang/is | |
parent | 04092674ab69285e6919dae56a240efad2fb952d (diff) | |
parent | 0090d674d4d9cbeeae7964d01b3c60d5ae38d223 (diff) | |
download | rpg-6b083ad5546e0efe8aab0bef2e03ed4502379973.tar.gz rpg-6b083ad5546e0efe8aab0bef2e03ed4502379973.tar.bz2 |
Merge pull request #719 from splitbrain/trailingcolons
Move trailing colons to the language strings
Diffstat (limited to 'lib/plugins/acl/lang/is')
-rw-r--r-- | lib/plugins/acl/lang/is/lang.php | 4 |
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'; |