diff options
author | Tabitha Backoff <tabitha_backoff@yahoo.com> | 2011-07-16 01:10:24 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-07-16 01:16:46 +0200 |
commit | 2bba22e9d32785c4f998a39ab008a7551e7b9928 (patch) | |
tree | b815dfb856569f0f4c716066a315155682da50b1 /phpBB | |
parent | 1ace10ab92a19a56bcbfda665c3bd154fd5a1c2c (diff) | |
download | forums-2bba22e9d32785c4f998a39ab008a7551e7b9928.tar forums-2bba22e9d32785c4f998a39ab008a7551e7b9928.tar.gz forums-2bba22e9d32785c4f998a39ab008a7551e7b9928.tar.bz2 forums-2bba22e9d32785c4f998a39ab008a7551e7b9928.tar.xz forums-2bba22e9d32785c4f998a39ab008a7551e7b9928.zip |
[ticket/10208] Explain what happens when 'Warning duration' is set to 0.
PHPBB3-10208
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 0254bff992..5a9ca6231d 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -53,7 +53,7 @@ $lang = array_merge($lang, array( 'SYSTEM_TIMEZONE' => 'Guest timezone', 'SYSTEM_TIMEZONE_EXPLAIN' => 'Timezone to use for displaying times to users who are not logged in (guests, bots). Logged in users set their timezone during registration and can change it in their user control panel.', 'WARNINGS_EXPIRE' => 'Warning duration', - 'WARNINGS_EXPIRE_EXPLAIN' => 'Number of days that will elapse before the warning will automatically expire from a user’s record.', + 'WARNINGS_EXPIRE_EXPLAIN' => 'Number of days that will elapse before the warning will automatically expire from a user’s record. Set this value to 0 to make warnings permanent.', )); // Board Features |