summaryrefslogtreecommitdiff
path: root/inc/lang/en/lang.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2013-11-17 20:53:46 +0000
committerAnika Henke <anika@selfthinker.org>2013-11-17 20:53:46 +0000
commitab9346edc1621443d00551060b6db2d544ad3a71 (patch)
tree9ecb6bed347dc03a45b4a0e4be7bb372033d2f8c /inc/lang/en/lang.php
parentb5a4e4fb55eff9a1c6c300b61e073677f94fd6ec (diff)
downloadrpg-ab9346edc1621443d00551060b6db2d544ad3a71.tar.gz
rpg-ab9346edc1621443d00551060b6db2d544ad3a71.tar.bz2
swapped logic for allowing/disabling registration in installer
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r--inc/lang/en/lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index 7d52ca3db..17a75803f 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -315,7 +315,7 @@ $lang['i_policy'] = 'Initial ACL policy';
$lang['i_pol0'] = 'Open Wiki (read, write, upload for everyone)';
$lang['i_pol1'] = 'Public Wiki (read for everyone, write and upload for registered users)';
$lang['i_pol2'] = 'Closed Wiki (read, write, upload for registered users only)';
-$lang['i_disablereg'] = 'Do not allow users to register themselves';
+$lang['i_allowreg'] = 'Allow users to register themselves';
$lang['i_retry'] = 'Retry';
$lang['i_license'] = 'Please choose the license you want to put your content under:';
$lang['i_license_none'] = 'Do not show any license information';