diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-22 07:36:37 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-22 07:36:37 -0700 |
commit | 6502b613487a00e53e2c2716991bed6a8ab4b1c8 (patch) | |
tree | b92d69084f78d9297775e539b80dc7002302d61f /modules | |
parent | 5e4576632d0938cc7c2947db6ee35a7d59fb6edf (diff) | |
parent | 416470fcb2063359bcf5bd2f11c4ae82e1cf43be (diff) |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/views/admin_sidebar.html.php | 2 |
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); |