diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-08-16 22:03:23 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-21 14:05:29 -0700 |
commit | 65801cf2e0d1b107925b2dc8fe3fb346cbccd972 (patch) | |
tree | 6bd9f66d6ca96c1155debf85a8e2f3dbe9a507dd /modules/gallery | |
parent | 3fc08dfd4ceff9eb4726e7049e332b1c40b50072 (diff) |
Fix a typo to the case correction.
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/views/admin_modules.html.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/gallery/views/admin_modules.html.php b/modules/gallery/views/admin_modules.html.php index e2b86577..f4ae965c 100644 --- a/modules/gallery/views/admin_modules.html.php +++ b/modules/gallery/views/admin_modules.html.php @@ -18,8 +18,7 @@ height: 400, width: 500, position: "center", - title: <?= t("Confirm module a -ctivation")->for_js() ?>, + title: <?= t("Confirm module activation")->for_js() ?>, buttons: { <?= t("Continue")->for_js() ?>: function() { $("form", this).submit(); |