mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10208] Explain what happens when 'Warning duration' is set to 0.
PHPBB3-10208
This commit is contained in:
parent
1ace10ab92
commit
2bba22e9d3
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ $lang = array_merge($lang, array(
|
||||||
'SYSTEM_TIMEZONE' => 'Guest timezone',
|
'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.',
|
'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' => '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
|
// Board Features
|
||||||
|
|
Loading…
Add table
Reference in a new issue