diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-08-16 21:54:32 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-21 14:05:29 -0700 |
commit | 33e76f5e337cc147330dd7b51977067030726eb5 (patch) | |
tree | 9366d94422a7b3dd2ecfe70be8f43a28446399d9 | |
parent | 387d30da764b152a9bb40ac6db7d9ce5282aa7a3 (diff) |
Correct incorrect case on dialog title.
-rw-r--r-- | modules/gallery/views/admin_modules.html.php | 3 |
1 files changed, 2 insertions, 1 deletions
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: <?= t("Confirm Module Activation")->for_js() ?>, + title: <?= t("Confirm module a +ctivation")->for_js() ?>, buttons: { <?= t("Continue")->for_js() ?>: function() { $("form", this).submit(); |