summaryrefslogtreecommitdiff
path: root/core/views/admin_graphics_graphicsmagick.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/admin_graphics_graphicsmagick.html.php')
-rw-r--r--core/views/admin_graphics_graphicsmagick.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/views/admin_graphics_graphicsmagick.html.php b/core/views/admin_graphics_graphicsmagick.html.php
index 8dc1d714..bb4f906d 100644
--- a/core/views/admin_graphics_graphicsmagick.html.php
+++ b/core/views/admin_graphics_graphicsmagick.html.php
@@ -3,12 +3,12 @@
<h3> <?= t("GraphicsMagick") ?> </h3>
<img class="logo" width="107" height="76" src="<?= url::file("core/images/graphicsmagick.png"); ?>" alt="<? t("Visit the GraphicsMagick project site") ?>" />
<p>
- <?= t("GraphicsMagick is a standalone graphics program available on most Linux systems. Please refer to the <a href=\"{{url}}\">GraphicsMagick website</a> for more information.",
+ <?= t("GraphicsMagick is a standalone graphics program available on most Linux systems. Please refer to the <a href=\"%url\">GraphicsMagick website</a> for more information.",
array("url" => "http://www.graphicsmagick.org")) ?>
</p>
<? if ($tk->graphicsmagick): ?>
<p class="gSuccess">
- <?= t("GraphicsMagick is available in {{path}}", array("path" => $tk->graphicsmagick)) ?>
+ <?= t("GraphicsMagick is available in %path", array("path" => $tk->graphicsmagick)) ?>
</p>
<? else: ?>
<p class="gInfo">