diff --git a/e107_admin/image.php b/e107_admin/image.php index cc9cfef66..96ada52a4 100644 --- a/e107_admin/image.php +++ b/e107_admin/image.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_admin/image.php,v $ -| $Revision: 1.2 $ -| $Date: 2007-03-25 03:27:05 $ -| $Author: mcfly_e107 $ +| $Revision: 1.3 $ +| $Date: 2007-05-06 20:52:40 $ +| $Author: e107steved $ +----------------------------------------------------------------------------+ */ require_once("../class2.php"); @@ -283,7 +283,7 @@ if(function_exists('gd_info')) } else { - $gd_version = " Not Installed"; + $gd_version = " ".IMALAN_55.""; } $IM_NOTE = ""; diff --git a/e107_languages/English/admin/lan_image.php b/e107_languages/English/admin/lan_image.php index a8832d946..0d6d65db6 100644 --- a/e107_languages/English/admin/lan_image.php +++ b/e107_languages/English/admin/lan_image.php @@ -4,9 +4,9 @@ | e107 website system - Language File. | | $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_image.php,v $ -| $Revision: 1.2 $ -| $Date: 2007-03-25 03:27:05 $ -| $Author: mcfly_e107 $ +| $Revision: 1.3 $ +| $Date: 2007-05-06 20:52:48 $ +| $Author: e107steved $ +----------------------------------------------------------------------------+ */ define("IMALAN_1", "Enable image posting"); @@ -64,6 +64,6 @@ define("IMALAN_51", "Avatar for "); define("IMALAN_52", "Path to ImageMagick appears to be incorrect"); define("IMALAN_53", "Path to ImageMagick appears to be correct, but convert file may not be valid"); define("IMALAN_54", "GD version installed:"); - +define('IMALAN_55', 'Not installed'); ?> \ No newline at end of file