diff options
author | Mukesh Kumar Kharita <mukeshnithcse@gmail.com> | 2017-03-08 15:59:17 +0530 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2017-03-19 18:48:55 +0100 |
commit | dcdb0dcd23dd009f79016e2b97a21016b9847f0a (patch) | |
tree | 372462bcddce8957224446e689cd99c200d24303 /phpBB/language/en/acp/attachments.php | |
parent | Merge pull request #4734 from rxu/ticket/14806 (diff) | |
download | phpbb-dcdb0dcd23dd009f79016e2b97a21016b9847f0a.tar.gz phpbb-dcdb0dcd23dd009f79016e2b97a21016b9847f0a.tar.bz2 phpbb-dcdb0dcd23dd009f79016e2b97a21016b9847f0a.zip |
[ticket/14758] Improve the ACP Parameter wording
PHPBB3-14758
Diffstat (limited to 'phpBB/language/en/acp/attachments.php')
-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.', |