summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/views/admin_sidebar.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_sidebar.html.php b/modules/gallery/views/admin_sidebar.html.php
index f784b1a5..67752f75 100644
--- a/modules/gallery/views/admin_sidebar.html.php
+++ b/modules/gallery/views/admin_sidebar.html.php
@@ -21,7 +21,7 @@
if (data.result == "success") {
$("ul#g-available-blocks").html(data.available);
$("ul#g-active-blocks").html(data.active);
- var message = "Updated blocks";
+ var message = <?= t("Updated blocks")->for_js() ?>;
$("#g-action-status").remove();
$("#g-block-admin").before("<ul id=\"g-action-status\" class=\"g-message-block\"><li class=\"g-success\">" + message + "</li></ul>");
$("#g-action-status").fadeTo(1000,1).fadeTo(2000,0);