diff --git a/core/views/admin_graphics.html.php b/core/views/admin_graphics.html.php index 4c209a14..22108cd7 100644 --- a/core/views/admin_graphics.html.php +++ b/core/views/admin_graphics.html.php @@ -46,47 +46,47 @@ -
" />
- - = t("ImageMagick is a standalone graphics program available on most Linux systems. Please refer to the ImageMagick website for more information.", - array("url" => "http://www.imagemagick.org")) ?> -
- if ($tk->imagemagick): ?> -- = t("You have ImageMagick installed in {{path}}", array("path" => $tk->imagemagick)) ?> -
- else: ?> -- = t("ImageMagick is not available on your system.") ?> -
- endif ?> -
" />
+ + = t("ImageMagick is a standalone graphics program available on most Linux systems. Please refer to the ImageMagick website for more information.", + array("url" => "http://www.imagemagick.org")) ?> +
+ if ($tk->imagemagick): ?> ++ = t("You have ImageMagick installed in {{path}}", array("path" => $tk->imagemagick)) ?> +
+ else: ?> ++ = t("ImageMagick is not available on your system.") ?> +
+ endif ?> +
" />
- - = t("GraphicsMagick is a standalone graphics program available on most Linux systems. Please refer to the GraphicsMagick website for more information.", - array("url" => "http://www.graphicsmagick.org")) ?> -
- if ($tk->graphicsmagick): ?> -- = t("You have GraphicsMagick installed in {{path}}", array("path" => $tk->graphicsmagick)) ?> -
- else: ?> -- = t("GraphicsMagick is not available on your system.") ?> -
- endif ?> +
" />
+ + = t("GraphicsMagick is a standalone graphics program available on most Linux systems. Please refer to the GraphicsMagick website for more information.", + array("url" => "http://www.graphicsmagick.org")) ?> +
+ if ($tk->graphicsmagick): ?> ++ = t("You have GraphicsMagick installed in {{path}}", array("path" => $tk->graphicsmagick)) ?> +
+ else: ?> ++ = t("GraphicsMagick is not available on your system.") ?> +
+ endif ?>