Skip to content

Commit

Permalink
"Save" -> "Download" for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Aug 1, 2010
1 parent a5f7019 commit 563afbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gallery/views/admin_maintenance_show_log.html.php
Expand Up @@ -15,5 +15,5 @@
<pre><?= html::purify($task->get_log()) ?></pre>
</div>
<button id="g-close" class="ui-state-default ui-corner-all" onclick="dismiss()"><?= t("Close") ?></button>
<button id="g-save" class="ui-state-default ui-corner-all" onclick="download()"><?= t("Save") ?></button>
<button id="g-save" class="ui-state-default ui-corner-all" onclick="download()"><?= t("Download") ?></button>
</div>

0 comments on commit 563afbe

Please sign in to comment.