aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/attachments.php
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2006-12-13 22:08:21 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2006-12-13 22:08:21 +0000
commit586cd68ac170fb674e5a76ee784b6bf34b5e86c0 (patch)
tree4b5eb3d9c155736bf058e9b05b100287b2b341af /phpBB/language/en/acp/attachments.php
parent0d94eb2daf2fbeaed4ae586a820268b4cbe444b0 (diff)
downloadforums-586cd68ac170fb674e5a76ee784b6bf34b5e86c0.tar
forums-586cd68ac170fb674e5a76ee784b6bf34b5e86c0.tar.gz
forums-586cd68ac170fb674e5a76ee784b6bf34b5e86c0.tar.bz2
forums-586cd68ac170fb674e5a76ee784b6bf34b5e86c0.tar.xz
forums-586cd68ac170fb674e5a76ee784b6bf34b5e86c0.zip
#5984
git-svn-id: file:///svn/phpbb/trunk@6757 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/attachments.php')
-rw-r--r--phpBB/language/en/acp/attachments.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/attachments.php b/phpBB/language/en/acp/attachments.php
index f5d86abef6..77b1edcb67 100644
--- a/phpBB/language/en/acp/attachments.php
+++ b/phpBB/language/en/acp/attachments.php
@@ -94,7 +94,7 @@ $lang = array_merge($lang, array(
'GROUP_NAME' => 'Group name',
'IMAGE_LINK_SIZE' => 'Image link dimensions',
- 'IMAGE_LINK_SIZE_EXPLAIN' => 'Display image attachment as link if image is larger than this, set to 0px by 0px to disable.',
+ 'IMAGE_LINK_SIZE_EXPLAIN' => 'Display image attachment as an inline text link if image is larger than this, set to 0px by 0px to disable.',
'IMAGICK_PATH' => 'Imagemagick path',
'IMAGICK_PATH_EXPLAIN' => 'Full path to the imagemagick convert application, e.g. <samp>/usr/bin/</samp>',
@@ -102,7 +102,7 @@ $lang = array_merge($lang, array(
'MAX_ATTACHMENTS_PM' => 'Max attachments per message',
'MAX_EXTGROUP_FILESIZE' => 'Maximum filesize',
'MAX_IMAGE_SIZE' => 'Maximum image dimensions',
- 'MAX_IMAGE_SIZE_EXPLAIN' => 'Maximum size of image attachments, 0px by 0px disables image attachments.',
+ 'MAX_IMAGE_SIZE_EXPLAIN' => 'Maximum size of image attachments, set to 0px by 0px to disable dimension checking.',
'MAX_THUMB_WIDTH' => 'Maximum thumbnail width in pixel',
'MAX_THUMB_WIDTH_EXPLAIN' => 'A generated thumbnail will not exceed the width set here',
'MIN_THUMB_FILESIZE' => 'Minimum thumbnail filesize',