EventView.php
[Pman.Admin] / EventView.php
index 2e2dea3..377f193 100644 (file)
@@ -81,7 +81,7 @@ class Pman_Admin_EventView extends Pman
         echo '<BR/><PRE>'. htmlspecialchars($ev->remarks) . '</PRE>';
         
         $filesJ = json_decode(file_get_contents($file));
-        echo '<br /><PRE>Images Preview</PRE>';
+        echo '<br /><PRE>Download files</PRE>';
         
         
         foreach($filesJ->FILES as $k=>$f){