diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2018-01-17 00:16:26 +0100 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2018-01-17 00:16:26 +0100 |
commit | f01e29effe5bf053ac5205e47f8e0e90a262315a (patch) | |
tree | 311d56a114bc303f0a195b7435a2399a6c96dafe /phpBB/language | |
parent | 1cd8bbac0cf6e7d78ecc681f0aa75d9fb49a1eab (diff) | |
download | forums-f01e29effe5bf053ac5205e47f8e0e90a262315a.tar forums-f01e29effe5bf053ac5205e47f8e0e90a262315a.tar.gz forums-f01e29effe5bf053ac5205e47f8e0e90a262315a.tar.bz2 forums-f01e29effe5bf053ac5205e47f8e0e90a262315a.tar.xz forums-f01e29effe5bf053ac5205e47f8e0e90a262315a.zip |
[ticket/15518] Add a setting to toggle permission checks for pms in viewtopic
PHPBB3-15518
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 25d70813f6..0b2e6372a6 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -406,6 +406,8 @@ $lang = array_merge($lang, array( 'RECOMPILE_STYLES_EXPLAIN' => 'Check for updated style components on filesystem and recompile.', 'YES_ANON_READ_MARKING' => 'Enable topic marking for guests', 'YES_ANON_READ_MARKING_EXPLAIN' => 'Stores read/unread status information for guests. If disabled, posts are always marked read for guests.', + 'YES_ACCURATE_PM_BUTTON' => 'Enable accurate PM indicator in topic pages', + 'YES_ACCURATE_PM_BUTTON_EXPLAIN' => 'If this setting is enabled, only users who are permitted to read private messages will have a private message button.', 'YES_BIRTHDAYS' => 'Enable birthday listing', 'YES_BIRTHDAYS_EXPLAIN' => 'If disabled the birthday listing is no longer displayed. To let this setting take effect the birthday feature needs to be enabled too.', 'YES_JUMPBOX' => 'Enable display of jumpbox', |