mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/6712] Properly explain result of setting the bump interval to 0.
PHPBB3-6712
This commit is contained in:
parent
5254ec2795
commit
7f3d6150fc
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue