diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-07-31 16:47:14 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-07-31 16:47:14 -0700 |
commit | be4ad8e96d53f04a8f975aedde625a1f3e17dafd (patch) | |
tree | 80538cbea1d36090d2375bd3f58e0da7bd2dba1f /modules | |
parent | e354469285b7a9569efa1b2385259d6f27fe2b63 (diff) |
"Save" -> "Download" for clarity.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/views/admin_maintenance_show_log.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_maintenance_show_log.html.php b/modules/gallery/views/admin_maintenance_show_log.html.php index d2472fdc..ecf882f0 100644 --- a/modules/gallery/views/admin_maintenance_show_log.html.php +++ b/modules/gallery/views/admin_maintenance_show_log.html.php @@ -15,5 +15,5 @@ appendTo('body').submit().remove(); <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> |