diff options
Diffstat (limited to 'phpBB/language/en/acp/common.php')
| -rw-r--r-- | phpBB/language/en/acp/common.php | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index b374e39367..61c718195e 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -247,7 +247,7 @@ $lang = array_merge($lang, array(  	'DOWNLOAD_AS'				=> 'Download as',  	'DOWNLOAD_STORE'			=> 'Download or store file',  	'DOWNLOAD_STORE_EXPLAIN'	=> 'You may directly download the file or save it in your <samp>store/</samp> folder.', -	'DOWNLOADS'          		=> 'Downloads', +	'DOWNLOADS'					=> 'Downloads',  	'EDIT'					=> 'Edit',  	'ENABLE'				=> 'Enable', @@ -310,7 +310,7 @@ $lang = array_merge($lang, array(  	'TASKS_NOT_READY'			=> 'Not ready tasks:',  	'TASKS_READY'			=> 'Ready tasks:', -	'TOTAL_SIZE'      		=> 'Total size', +	'TOTAL_SIZE'			=> 'Total size',  	'UCP'					=> 'User Control Panel',  	'USERNAMES_EXPLAIN'		=> 'Place each username on a separate line.',  | 
