aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-06-10 00:24:43 +0200
committerNils Adermann <naderman@naderman.de>2011-06-10 00:24:43 +0200
commit5b701dc3ed83345c70eabc1d88a721a7df8e43e5 (patch)
tree11b383fdaa32a7b0c5dd16037273d510ab31431b /phpBB/language
parent4f4c3220ad51389c2e08e7f5909ec6010974e76f (diff)
parent7f3d6150fc636289a4739a90403201076a5085e4 (diff)
downloadforums-5b701dc3ed83345c70eabc1d88a721a7df8e43e5.tar
forums-5b701dc3ed83345c70eabc1d88a721a7df8e43e5.tar.gz
forums-5b701dc3ed83345c70eabc1d88a721a7df8e43e5.tar.bz2
forums-5b701dc3ed83345c70eabc1d88a721a7df8e43e5.tar.xz
forums-5b701dc3ed83345c70eabc1d88a721a7df8e43e5.zip
Merge branch 'ticket/rxu/6712' into develop-olympus
* ticket/rxu/6712: [ticket/6712] Properly explain result of setting the bump interval to 0. [ticket/6712] Add phpbb_ function name prefix, more docs, rename current_time [ticket/6712] Pass $post_data by the value instead of by the reference. [ticket/6712] Bump does not create new topic icon on index.
Diffstat (limited to 'phpBB/language')
-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 10e4aa7b6b..3a63e72b8f 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',