mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-06 11:39:12 -04:00
Change the word "Done" to "Close" to make translations easier
This commit is contained in:
@@ -30,6 +30,6 @@
|
||||
</div>
|
||||
<div>
|
||||
<button id="gPauseButton" class="ui-state-default ui-corner-all" onclick="dismiss()"><?= t("Pause") ?></button>
|
||||
<button id="gDoneButton" class="ui-state-default ui-corner-all" style="display: none" onclick="dismiss()"><?= t("Done") ?></button>
|
||||
<button id="gDoneButton" class="ui-state-default ui-corner-all" style="display: none" onclick="dismiss()"><?= t("Close") ?></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user