mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-05 14:40:44 -04:00
Correct incorrect case on dialog title.
This commit is contained in:
committed by
Bharat Mediratta
parent
387d30da76
commit
33e76f5e33
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user