aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-03-23 12:18:09 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-03-23 12:18:09 +0000
commit6039d6f1c689ea9fa6828c6be5c8b02f11e1004c (patch)
tree5c3079b8c499c592fe32825a68413750648779a3 /phpBB/language/en/acp
parentad540a705f92c78862007b951f354f612f80b5c1 (diff)
downloadforums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.tar
forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.tar.gz
forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.tar.bz2
forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.tar.xz
forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.zip
again, some changes here and there...
git-svn-id: file:///svn/phpbb/trunk@7218 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp')
-rw-r--r--phpBB/language/en/acp/board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 2ff572c5e1..b072581e54 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -249,7 +249,7 @@ $lang = array_merge($lang, array(
'CUSTOM_PROFILE_FIELDS' => 'Custom profile fields',
'LIMIT_LOAD' => 'Limit system load',
- 'LIMIT_LOAD_EXPLAIN' => 'If the system’s 1-minute load average exceeds this value the board will automatically go offline. A value of 1.0 equals ~100% utilisation of one processor. This only functions on UNIX based servers.',
+ 'LIMIT_LOAD_EXPLAIN' => 'If the system’s 1-minute load average exceeds this value the board will automatically go offline. A value of 1.0 equals ~100% utilisation of one processor. This only functions on UNIX based servers and where this information is accessible. The value here resets itself to 0 if phpBB was unable to get the load limit.',
'LIMIT_SESSIONS' => 'Limit sessions',
'LIMIT_SESSIONS_EXPLAIN' => 'If the number of sessions exceeds this value within a one minute period the board will go offline. Set to 0 for unlimited sessions.',
'LOAD_CPF_MEMBERLIST' => 'Allow styles to display custom profile fields in memberlist',