diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-08-16 21:54:32 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-08-16 21:54:32 -0700 |
commit | 9592f2f2e6dfff7f5a500b29511ba3bd23a0fa15 (patch) | |
tree | 39314bce811b3d752e96ff6b8cc818163180f26a | |
parent | c90996341aa309a0c585392427561831890767c7 (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(); |