diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-10-22 07:35:26 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-10-22 07:35:26 -0700 |
commit | 416470fcb2063359bcf5bd2f11c4ae82e1cf43be (patch) | |
tree | a1fa997b95867f6f06bce8ee9edc2454bcda1aa2 /modules | |
parent | b91da7472651ac5efab668ea6215a4fbaea43f0f (diff) |
Internationalize confirmation message.
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); |