diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-07-07 19:15:33 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-07-07 19:15:33 +0200 |
commit | 55b854906d31d60f9f3065910a3d1b1ca6d0b6bf (patch) | |
tree | 9e362967c05c308824001f2a81d9ef62c8b5740f /phpBB/language/en/install.php | |
parent | cddb884be6c8a8890f4fbd7415763d46e51e050b (diff) | |
parent | 7dc1af25bc2dc0ba59990d53cb7dcdb9c0d48480 (diff) | |
download | forums-55b854906d31d60f9f3065910a3d1b1ca6d0b6bf.tar forums-55b854906d31d60f9f3065910a3d1b1ca6d0b6bf.tar.gz forums-55b854906d31d60f9f3065910a3d1b1ca6d0b6bf.tar.bz2 forums-55b854906d31d60f9f3065910a3d1b1ca6d0b6bf.tar.xz forums-55b854906d31d60f9f3065910a3d1b1ca6d0b6bf.zip |
Merge pull request #4342 from Senky/ticket/14654
[ticket/14654] Change Imagemagick to ImageMagick
Diffstat (limited to 'phpBB/language/en/install.php')
-rw-r--r-- | phpBB/language/en/install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 5a799ed548..2542066596 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -44,7 +44,7 @@ $lang = array_merge($lang, array( 'ADMIN_TEST' => 'Check administrator settings', 'ADMIN_USERNAME' => 'Administrator username', 'ADMIN_USERNAME_EXPLAIN' => 'Please enter a username between 3 and 20 characters in length.', - 'APP_MAGICK' => 'Imagemagick support [ Attachments ]', + 'APP_MAGICK' => 'ImageMagick support [ Attachments ]', 'AUTHOR_NOTES' => 'Author notes<br />» %s', 'AVAILABLE' => 'Available', 'AVAILABLE_CONVERTORS' => 'Available convertors', @@ -282,7 +282,7 @@ $lang = array_merge($lang, array( 'NOT_UNDERSTAND' => 'Could not understand %s #%d, table %s (“%s”)', 'NO_CONVERTORS' => 'No convertors are available for use.', 'NO_CONVERT_SPECIFIED' => 'No convertor specified.', - 'NO_LOCATION' => 'Cannot determine location. If you know Imagemagick is installed, you may specify the location later within your administration control panel', + 'NO_LOCATION' => 'Cannot determine location. If you know ImageMagick is installed, you may specify the location later within your administration control panel', 'NO_TABLES_FOUND' => 'No tables found.', 'OVERVIEW_BODY' => 'Welcome to phpBB3!<br /><br />phpBB® is the most widely used open source bulletin board solution in the world. phpBB3 is the latest installment in a package line started in 2000. Like its predecessors, phpBB3 is feature-rich, user-friendly, and fully supported by the phpBB Team. phpBB3 greatly improves on what made phpBB2 popular, and adds commonly requested features that were not present in previous versions. We hope it exceeds your expectations.<br /><br />This installation system will guide you through installing phpBB3, updating to the latest version of phpBB3 from past releases, as well as converting to phpBB3 from a different discussion board system (including phpBB2). For more information, we encourage you to read <a href="../docs/INSTALL.html">the installation guide</a>.<br /><br />To read the phpBB3 license or learn about obtaining support and our stance on it, please select the respective options from the side menu. To continue, please select the appropriate tab above.', |