diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/language/en/common.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 97248cba0c..191d428c5f 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -559,7 +559,7 @@ $lang = array_merge($lang, array(  	'TOTAL_LOG'			=> '1 log',  	'TOTAL_LOGS'		=> '%d logs',  	'TOTAL_NO_PM'		=> '0 private messages in total', -	'TOTAL_PM'			=> '1 private messages in total', +	'TOTAL_PM'			=> '1 private message in total',  	'TOTAL_PMS'			=> '%d private messages in total',  	'TOTAL_POSTS'		=> 'Total posts',  	'TOTAL_POSTS_OTHER'	=> 'Total posts <strong>%d</strong>', | 
