minor: Changed Tar plugin download label
authorMarc MAURICE <marc-bizou@pub.positon.org>
Sat, 17 Aug 2013 20:15:47 +0000 (22:15 +0200)
committerMarc MAURICE <marc-bizou@pub.positon.org>
Sat, 17 Aug 2013 20:15:47 +0000 (22:15 +0200)
plugins/_disabled/tar/after_content.php

index 1bc535a..d718cb5 100644 (file)
@@ -1,5 +1,5 @@
 <?php if ($GLOBALS['imageFiles'] or $GLOBALS['otherFiles']) { ?>
 <div style="text-align: center; font-size: 0.25cm;">
-<a href="<?= $GLOBALS['rootUrl']."plugins/tar/tar.php".$GLOBALS['simplePath'] ?>">Download all files in this directory</a>
+<a href="<?= $GLOBALS['rootUrl']."plugins/tar/tar.php".$GLOBALS['simplePath'] ?>">Download files (tar archive)</a>
 </div>
 <?php } ?>