diff options
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 5140919dad..213563aea0 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -193,7 +193,7 @@ $lang = array_merge($lang, array(  	'DAYS'					=> 'Days',  	'DELETE'				=> 'Delete',  	'DELETE_ALL'			=> 'Delete all', -	'DELETE_COOKIES'		=> 'Delete all board cookies', +	'DELETE_COOKIES'		=> 'Delete cookies',  	'DELETE_MARKED'			=> 'Delete marked',  	'DELETE_POST'			=> 'Delete post',  	'DELIMITER'				=> 'Delimiter', @@ -608,6 +608,7 @@ $lang = array_merge($lang, array(  	'PREVIOUS'				=> 'Previous',		// Used in pagination  	'PREVIOUS_STEP'			=> 'Previous',  	'PRIVACY'				=> 'Privacy policy', +	'PRIVACY_LINK'			=> 'Privacy',  	'PRIVATE_MESSAGE'		=> 'Private message',  	'PRIVATE_MESSAGES'		=> 'Private messages',  	'PRIVATE_MESSAGING'		=> 'Private messaging', @@ -732,6 +733,7 @@ $lang = array_merge($lang, array(  	'SUBMIT'					=> 'Submit',  	'TB'				=> 'TB', +	'TERMS_LINK'		=> 'Terms',  	'TERMS_USE'			=> 'Terms of use',  	'TEST_CONNECTION'	=> 'Test connection',  	'THE_TEAM'			=> 'The team',  | 
