diff options
author | Tristan Darricau <github@nicofuma.fr> | 2017-03-19 18:49:26 +0100 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2017-03-19 18:49:26 +0100 |
commit | 927220c87372c41abd0d8f4ff30937e7e4befceb (patch) | |
tree | 372462bcddce8957224446e689cd99c200d24303 | |
parent | 6abcfe41e0d0764211fa1d69342ea1beccbbea3e (diff) | |
parent | dcdb0dcd23dd009f79016e2b97a21016b9847f0a (diff) | |
download | forums-927220c87372c41abd0d8f4ff30937e7e4befceb.tar forums-927220c87372c41abd0d8f4ff30937e7e4befceb.tar.gz forums-927220c87372c41abd0d8f4ff30937e7e4befceb.tar.bz2 forums-927220c87372c41abd0d8f4ff30937e7e4befceb.tar.xz forums-927220c87372c41abd0d8f4ff30937e7e4befceb.zip |
Merge branch 'mukeshkharita-ticket/14758' into 3.1.x
* mukeshkharita-ticket/14758:
[ticket/14758] Improve the ACP Parameter wording
fixes #4724
-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.', |