diff options
author | Nils Adermann <naderman@naderman.de> | 2011-06-10 00:11:11 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2011-06-10 00:20:15 +0200 |
commit | 7f3d6150fc636289a4739a90403201076a5085e4 (patch) | |
tree | 714d1d62f2c411f139e623225f483eef264b78d0 /phpBB | |
parent | 5254ec27959d8a4b2e6af61d0d28080a81ff86b5 (diff) | |
download | forums-7f3d6150fc636289a4739a90403201076a5085e4.tar forums-7f3d6150fc636289a4739a90403201076a5085e4.tar.gz forums-7f3d6150fc636289a4739a90403201076a5085e4.tar.bz2 forums-7f3d6150fc636289a4739a90403201076a5085e4.tar.xz forums-7f3d6150fc636289a4739a90403201076a5085e4.zip |
[ticket/6712] Properly explain result of setting the bump interval to 0.
PHPBB3-6712
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 77deba6e19..2b39e257d7 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -151,7 +151,7 @@ $lang = array_merge($lang, array( 'ALLOW_POST_FLASH_EXPLAIN' => 'If disallowed the <code>[FLASH]</code> BBCode tag is disabled in posts. Otherwise the permission system controls which users can use the <code>[FLASH]</code> BBCode tag.', 'BUMP_INTERVAL' => 'Bump interval', - 'BUMP_INTERVAL_EXPLAIN' => 'Number of minutes, hours or days between the last post to a topic and the ability to bump this topic. Setting the value to 0 disables this feature.', + 'BUMP_INTERVAL_EXPLAIN' => 'Number of minutes, hours or days between the last post to a topic and the ability to bump that topic. Setting the value to 0 disables bumping entirely.', 'CHAR_LIMIT' => 'Maximum characters per post/message', 'CHAR_LIMIT_EXPLAIN' => 'The number of characters allowed within a post/private message. Set to 0 for unlimited characters.', 'DELETE_TIME' => 'Limit deleting time', |