aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/attachments.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-07-07 19:19:40 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-07-07 19:19:40 +0200
commit45ba2e9770f2f012423bfc2a831771f48357e182 (patch)
treee8cff4f796f671f33878a474efb6c1ad3935248a /phpBB/language/en/acp/attachments.php
parent24b80d6bd7b3cc9d73d1b207b9b4e2c392738293 (diff)
parent55b854906d31d60f9f3065910a3d1b1ca6d0b6bf (diff)
downloadforums-45ba2e9770f2f012423bfc2a831771f48357e182.tar
forums-45ba2e9770f2f012423bfc2a831771f48357e182.tar.gz
forums-45ba2e9770f2f012423bfc2a831771f48357e182.tar.bz2
forums-45ba2e9770f2f012423bfc2a831771f48357e182.tar.xz
forums-45ba2e9770f2f012423bfc2a831771f48357e182.zip
Merge branch '3.1.x' into 3.2.x
Conflicts: phpBB/install/install_install.php phpBB/language/en/install.php
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 5ff904f9fc..20264536ff 100644
--- a/phpBB/language/en/acp/attachments.php
+++ b/phpBB/language/en/acp/attachments.php
@@ -111,7 +111,7 @@ $lang = array_merge($lang, array(
'IMAGE_LINK_SIZE' => 'Image link dimensions',
'IMAGE_LINK_SIZE_EXPLAIN' => 'Display image attachment as an inline text link if image is larger than this. To disable this behaviour, set the values to 0px by 0px.',
- 'IMAGICK_PATH' => 'Imagemagick path',
+ 'IMAGICK_PATH' => 'ImageMagick path',
'IMAGICK_PATH_EXPLAIN' => 'Full path to the imagemagick convert application, e.g. <samp>/usr/bin/</samp>.',
'MAX_ATTACHMENTS' => 'Maximum number of attachments per post',
@@ -147,7 +147,7 @@ $lang = array_merge($lang, array(
'REMOVE_DISALLOWED_IPS' => 'Remove or un-exclude <em>disallowed</em> IPs/hostnames',
'RESYNC_FILES_STATS_CONFIRM' => 'Are you sure you wish to resynchronise file statistics?',
- 'SEARCH_IMAGICK' => 'Search for Imagemagick',
+ 'SEARCH_IMAGICK' => 'Search for ImageMagick',
'SECURE_ALLOW_DENY' => 'Allow/Deny list',
'SECURE_ALLOW_DENY_EXPLAIN' => 'Change the default behaviour when secure downloads are enabled of the Allow/Deny list to that of a <strong>whitelist</strong> (Allow) or a <strong>blacklist</strong> (Deny).',
'SECURE_DOWNLOADS' => 'Enable secure downloads',