diff options
| -rw-r--r-- | phpBB/language/en/acp/attachments.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/phpBB/language/en/acp/attachments.php b/phpBB/language/en/acp/attachments.php index 7d3d93d693..750f2f8d61 100644 --- a/phpBB/language/en/acp/attachments.php +++ b/phpBB/language/en/acp/attachments.php @@ -125,7 +125,7 @@ $lang = array_merge($lang, array(  	'MAX_EXTGROUP_FILESIZE'			=> 'Maximum file size',  	'MAX_IMAGE_SIZE'				=> 'Maximum image dimensions',  	'MAX_IMAGE_SIZE_EXPLAIN'		=> 'Maximum size of image attachments. Set both values to 0px by 0px to disable dimension checking.', -	'MAX_THUMB_WIDTH'				=> 'Maximum thumbnail width in pixel', +	'MAX_THUMB_WIDTH'				=> 'Maximum thumbnail width/height in pixel',  	'MAX_THUMB_WIDTH_EXPLAIN'		=> 'A generated thumbnail will not exceed the width set here.',  	'MIN_THUMB_FILESIZE'			=> 'Minimum thumbnail file size',  	'MIN_THUMB_FILESIZE_EXPLAIN'	=> 'Do not create a thumbnail for images smaller than this.', | 
