summaryrefslogtreecommitdiff
path: root/lib/plugins/config/lang/en
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-03-23 10:07:03 +0100
committerAndreas Gohr <andi@splitbrain.org>2012-03-23 10:07:03 +0100
commitf914ba96dd52d197d1dbdf3dca68bf7dfc3b8380 (patch)
treec21945cb4e39e3c67344bdf79ba2f72755bc039f /lib/plugins/config/lang/en
parenta2b7fdb8e14f02aff9ab4b1b5646f640123ec0c7 (diff)
downloadrpg-f914ba96dd52d197d1dbdf3dca68bf7dfc3b8380.tar.gz
rpg-f914ba96dd52d197d1dbdf3dca68bf7dfc3b8380.tar.bz2
more verbose remote API config setting explanation
Diffstat (limited to 'lib/plugins/config/lang/en')
-rw-r--r--lib/plugins/config/lang/en/lang.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php
index fe9e5458b..2151d7543 100644
--- a/lib/plugins/config/lang/en/lang.php
+++ b/lib/plugins/config/lang/en/lang.php
@@ -110,8 +110,8 @@ $lang['disableactions_other'] = 'Other actions (comma separated)';
$lang['sneaky_index'] = 'By default, DokuWiki will show all namespaces in the index view. Enabling this option will hide those where the user doesn\'t have read permissions. This might result in hiding of accessable subnamespaces. This may make the index unusable with certain ACL setups.';
$lang['auth_security_timeout'] = 'Authentication Security Timeout (seconds)';
$lang['securecookie'] = 'Should cookies set via HTTPS only be sent via HTTPS by the browser? Disable this option when only the login of your wiki is secured with SSL but browsing the wiki is done unsecured.';
-$lang['remote'] = 'Enable/disable Remote interface.';
-$lang['remoteuser'] = 'Restrict Remote access to the comma separated groups or users given here. Leave empty to give access to everyone.';
+$lang['remote'] = 'Enable the remote API system. This allows other applications to access the wiki via XML-RPC or other mechanisms.';
+$lang['remoteuser'] = 'Restrict remote API access to the comma separated groups or users given here. Leave empty to give access to everyone.';
/* Advanced Options */
$lang['updatecheck'] = 'Check for updates and security warnings? DokuWiki needs to contact update.dokuwiki.org for this feature.';