Skip to content

Commit

Permalink
Correct incorrect case on dialog title.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Almdal committed Aug 17, 2010
1 parent c909963 commit 9592f2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/gallery/views/admin_modules.html.php
Expand Up @@ -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();
Expand Down

0 comments on commit 9592f2f

Please sign in to comment.