summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatt Perry <matt@mattperry.com>2013-08-23 04:33:28 -0700
committerMatt Perry <matt@mattperry.com>2013-08-23 04:33:28 -0700
commit7a61cb659a1fbceafeef058ac903f54f2e51dcf6 (patch)
treeb47904184e04124d75800ecfd61c6cad393df8bf /lib
parent3bd5bd97dce4baed3305e5142998159820f4ff25 (diff)
downloadrpg-7a61cb659a1fbceafeef058ac903f54f2e51dcf6.tar.gz
rpg-7a61cb659a1fbceafeef058ac903f54f2e51dcf6.tar.bz2
Fix grammar for the hidepages description
Diffstat (limited to 'lib')
-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 67d3ce51f..5031e84ca 100644
--- a/lib/plugins/config/lang/en/lang.php
+++ b/lib/plugins/config/lang/en/lang.php
@@ -83,7 +83,7 @@ $lang['camelcase'] = 'Use CamelCase for links';
$lang['deaccent'] = 'How to clean pagenames';
$lang['useheading'] = 'Use first heading for pagenames';
$lang['sneaky_index'] = 'By default, DokuWiki will show all namespaces in the sitemap. Enabling this option will hide those where the user doesn\'t have read permissions. This might result in hiding of accessable subnamespaces which may make the index unusable with certain ACL setups.';
-$lang['hidepages'] = 'Hide pages matching this regular expressions from search, the sitemap and other automatic indexes';
+$lang['hidepages'] = 'Hide pages matching this regular expression from search, the sitemap and other automatic indexes';
/* Authentication Settings */
$lang['useacl'] = 'Use access control lists';