summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-08-16 22:03:23 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-08-16 22:03:23 -0700
commitea2808f48ffe10afc6514f0d1c96fe8b3f36f8e6 (patch)
tree56c77572251bacf660664e62fa162dd2baded264 /modules
parentde91d0fe4f5764eae7902a4790c57cac635aa0be (diff)
Fix a typo to the case correction.
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/views/admin_modules.html.php3
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();