aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/attachments.php
diff options
context:
space:
mode:
authorMukesh Kumar Kharita <mukeshnithcse@gmail.com>2017-03-08 15:59:17 +0530
committerTristan Darricau <github@nicofuma.fr>2017-03-19 18:48:55 +0100
commitdcdb0dcd23dd009f79016e2b97a21016b9847f0a (patch)
tree372462bcddce8957224446e689cd99c200d24303 /phpBB/language/en/acp/attachments.php
parent6abcfe41e0d0764211fa1d69342ea1beccbbea3e (diff)
downloadforums-dcdb0dcd23dd009f79016e2b97a21016b9847f0a.tar
forums-dcdb0dcd23dd009f79016e2b97a21016b9847f0a.tar.gz
forums-dcdb0dcd23dd009f79016e2b97a21016b9847f0a.tar.bz2
forums-dcdb0dcd23dd009f79016e2b97a21016b9847f0a.tar.xz
forums-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.php2
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.',