diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-08-17 22:33:30 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-17 22:33:30 -0700 |
commit | 21a0f832b66eaba902b09e2a88ece52c76e4a0c3 (patch) | |
tree | 6bd9f66d6ca96c1155debf85a8e2f3dbe9a507dd /modules/gallery | |
parent | 387d30da764b152a9bb40ac6db7d9ce5282aa7a3 (diff) | |
parent | ea2808f48ffe10afc6514f0d1c96fe8b3f36f8e6 (diff) |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/views/admin_modules.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_modules.html.php b/modules/gallery/views/admin_modules.html.php index 4d6fe5f0..f4ae965c 100644 --- a/modules/gallery/views/admin_modules.html.php +++ b/modules/gallery/views/admin_modules.html.php @@ -18,7 +18,7 @@ height: 400, width: 500, position: "center", - title: <?= t("Confirm Module Activation")->for_js() ?>, + title: <?= t("Confirm module activation")->for_js() ?>, buttons: { <?= t("Continue")->for_js() ?>: function() { $("form", this).submit(); |