From 9592f2f2e6dfff7f5a500b29511ba3bd23a0fa15 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 16 Aug 2010 21:54:32 -0700 Subject: Correct incorrect case on dialog title. --- modules/gallery/views/admin_modules.html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/gallery/views/admin_modules.html.php b/modules/gallery/views/admin_modules.html.php index 4d6fe5f0..e2b86577 100644 --- a/modules/gallery/views/admin_modules.html.php +++ b/modules/gallery/views/admin_modules.html.php @@ -18,7 +18,8 @@ height: 400, width: 500, position: "center", - title: for_js() ?>, + title: for_js() ?>, buttons: { for_js() ?>: function() { $("form", this).submit(); -- cgit v1.2.3