summaryrefslogtreecommitdiff
path: root/lib/plugins/config/lang/en
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2009-01-17 00:50:51 +0100
committerAnika Henke <anika@selfthinker.org>2009-01-17 00:50:51 +0100
commitc69534d490d446200a70cac57ac202974409a8bc (patch)
treead26ec1b9b2624927118f02a6346446124ece0f9 /lib/plugins/config/lang/en
parent851f2e8900ee6ea5806f852174ea377b206be0a0 (diff)
downloadrpg-c69534d490d446200a70cac57ac202974409a8bc.tar.gz
rpg-c69534d490d446200a70cac57ac202974409a8bc.tar.bz2
adjusted config manager for new config option 'tocminheads'
darcs-hash:20090116235051-f7d6d-8898c5f3433c701191bfd8652bdccb6d46a8ce6b.gz
Diffstat (limited to 'lib/plugins/config/lang/en')
-rw-r--r--lib/plugins/config/lang/en/lang.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php
index 85317251a..11d77c800 100644
--- a/lib/plugins/config/lang/en/lang.php
+++ b/lib/plugins/config/lang/en/lang.php
@@ -68,6 +68,7 @@ $lang['phpok'] = 'Allow embedded PHP';
$lang['dformat'] = 'Date format (see PHP\'s <a href="http://www.php.net/strftime">strftime</a> function)';
$lang['signature'] = 'Signature';
$lang['toptoclevel'] = 'Top level for table of contents';
+$lang['tocminheads'] = 'Minimum amount of headlines that determines whether the TOC is built';
$lang['maxtoclevel'] = 'Maximum level for table of contents';
$lang['maxseclevel'] = 'Maximum section edit level';
$lang['camelcase'] = 'Use CamelCase for links';