summaryrefslogtreecommitdiff
path: root/lib/plugins/config/lang/en/lang.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2011-04-28 05:06:31 -0700
committerAndreas Gohr <andi@splitbrain.org>2011-04-28 05:06:31 -0700
commit7146bcbf4dae79bca314dccaf0bb42655909c9ae (patch)
tree7ae7476c02c41cf2984557f0d08dd211eafbc000 /lib/plugins/config/lang/en/lang.php
parent8eafbfcb7ac89e193ce01bf8d8eca870b3c17ddd (diff)
parent84ddc6debb1ee1da3345ed7861a767714ff86dfa (diff)
downloadrpg-7146bcbf4dae79bca314dccaf0bb42655909c9ae.tar.gz
rpg-7146bcbf4dae79bca314dccaf0bb42655909c9ae.tar.bz2
Merged pull request #42 from lupo49/master.
language updates: update.dokuwiki.org is currently used for update/msg-checks
Diffstat (limited to 'lib/plugins/config/lang/en/lang.php')
-rw-r--r--lib/plugins/config/lang/en/lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php
index 18bfb56fa..9b7c643bf 100644
--- a/lib/plugins/config/lang/en/lang.php
+++ b/lib/plugins/config/lang/en/lang.php
@@ -110,7 +110,7 @@ $lang['xmlrpc'] = 'Enable/disable XML-RPC interface.';
$lang['xmlrpcuser'] = 'Restrict XML-RPC 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 splitbrain.org for this feature.';
+$lang['updatecheck'] = 'Check for updates and security warnings? DokuWiki needs to contact update.dokuwiki.org for this feature.';
$lang['userewrite'] = 'Use nice URLs';
$lang['useslash'] = 'Use slash as namespace separator in URLs';
$lang['usedraft'] = 'Automatically save a draft while editing';