summaryrefslogtreecommitdiff
path: root/core/controllers/admin_graphics.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/controllers/admin_graphics.php')
-rw-r--r--core/controllers/admin_graphics.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/controllers/admin_graphics.php b/core/controllers/admin_graphics.php
index 69a83575..fe71a222 100644
--- a/core/controllers/admin_graphics.php
+++ b/core/controllers/admin_graphics.php
@@ -50,7 +50,7 @@ class Admin_Graphics_Controller extends Admin_Controller {
site_status::clear("missing_graphics_toolkit");
message::success(t("Updated Graphics Toolkit"));
- log::success("graphics", t("Changed graphics toolkit to: {{toolkit}}",
+ log::success("graphics", t("Changed graphics toolkit to: %toolkit",
array("toolkit" => $toolkit)));
}