diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-21 20:33:26 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-21 20:33:26 -0800 |
commit | 0da5d9e606fba5b6dc6137812df32cd1d0f5750f (patch) | |
tree | c3fc6cf2a6d1e96ed385a6261e918a4e690ff0b8 /modules/gallery/views/admin_modules.html.php | |
parent | ff2d81b7c3b75e548766fb8a0ae370cbb2e39bf5 (diff) |
Internationalize all strings in admin_modules.hmtl and corrected comments.
Diffstat (limited to 'modules/gallery/views/admin_modules.html.php')
-rw-r--r-- | modules/gallery/views/admin_modules.html.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/gallery/views/admin_modules.html.php b/modules/gallery/views/admin_modules.html.php index 7f572411..704e7beb 100644 --- a/modules/gallery/views/admin_modules.html.php +++ b/modules/gallery/views/admin_modules.html.php @@ -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(); } } |