diff -r 9bcc185dc151 -r 85f91037cd4f plugins/SpecialAdmin.php --- a/plugins/SpecialAdmin.php Tue Jan 29 17:29:08 2008 -0500 +++ b/plugins/SpecialAdmin.php Tue Jan 29 23:15:44 2008 -0500 @@ -946,7 +946,7 @@ } else if ( $_POST['imagemagick_path'] != getConfig('imagemagick_path') ) { - echo 'Warning: the file "'.htmlspecialchars($_POST['imagemagick_path']).'" was not found, and the ImageMagick file path was not updated.'; + echo '' . $lang->get('acpup_err_magick_not_found', array('magick_path' => htmlspecialchars($_POST['imagemagick_path']))) . ''; } $max_upload = floor((float)$_POST['max_file_size'] * (int)$_POST['fs_units']); if ( $max_upload > 1048576 && defined('ENANO_DEMO_MODE') )