Internationalize all strings in admin_modules.hmtl and corrected comments.

This commit is contained in:
Tim Almdal
2010-01-21 20:33:26 -08:00
parent ff2d81b7c3
commit 0da5d9e606
2 changed files with 7 additions and 5 deletions

View File

@@ -18,12 +18,12 @@
height: 400,
width: 500,
position: "center",
title: "Confirm Module Activation",
title: <?= t("Confirm Module Activation")->for_js() ?>,
buttons: {
"Continue": function() {
<?= t("Continue")->for_js() ?>: function() {
$("form", this).submit();
},
Cancel: function() {
<?= t("Cancel")->for_js() ?>: function() {
$(this).dialog("destroy").remove();
}
}