From 416470fcb2063359bcf5bd2f11c4ae82e1cf43be Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 22 Oct 2009 07:35:26 -0700 Subject: Internationalize confirmation message. --- modules/gallery/views/admin_sidebar.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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 = for_js() ?>; $("#g-action-status").remove(); $("#g-block-admin").before(""); $("#g-action-status").fadeTo(1000,1).fadeTo(2000,0); -- cgit v1.2.3