diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2018-06-17 13:27:06 +0200 | 
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2018-06-17 13:27:06 +0200 | 
| commit | ec87cc1f3efa87d5c76451b13492c33512b4bf2f (patch) | |
| tree | 1f8cb9c5c0dd82fdf41d5775be24eaa14cff43c9 | |
| parent | ff171f3a3b64e9daa26753f1d652272e55c325b3 (diff) | |
| parent | 71f2801d78d5b4110815c40a11c6515c013b8e52 (diff) | |
| download | forums-ec87cc1f3efa87d5c76451b13492c33512b4bf2f.tar forums-ec87cc1f3efa87d5c76451b13492c33512b4bf2f.tar.gz forums-ec87cc1f3efa87d5c76451b13492c33512b4bf2f.tar.bz2 forums-ec87cc1f3efa87d5c76451b13492c33512b4bf2f.tar.xz forums-ec87cc1f3efa87d5c76451b13492c33512b4bf2f.zip | |
Merge pull request #5190 from Crizz0/ticket/15627
[ticket/15627] Reword the YES_ACCURATE_PM_BUTTON incl explaination
| -rw-r--r-- | phpBB/language/en/acp/board.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 4a99798627..76982be098 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -404,10 +404,10 @@ $lang = array_merge($lang, array(  	'READ_NOTIFICATION_EXPIRE_DAYS_EXPLAIN' => 'Number of days that will elapse before a read notification will automatically be deleted. Set this value to 0 to make notifications permanent.',  	'RECOMPILE_STYLES'				=> 'Recompile stale style components',  	'RECOMPILE_STYLES_EXPLAIN'		=> 'Check for updated style components on filesystem and recompile.', +	'YES_ACCURATE_PM_BUTTON'			=> 'Enable permission specific PM button in topic pages', +	'YES_ACCURATE_PM_BUTTON_EXPLAIN'	=> 'If this setting is enabled, only post profiles of users who are permitted to read private messages will have a private message button.',  	'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', | 
