summaryrefslogtreecommitdiff
path: root/templates/download.html
diff options
context:
space:
mode:
authorjvoisin2018-12-09 19:31:53 +0100
committerjvoisin2018-12-09 19:31:53 +0100
commit100f3bb295d93b0e3939087dac4d42160dd6ac6a (patch)
tree64103a6d0e4eaa46286528ece3f06647db2ae392 /templates/download.html
parent73fcba8e0f43eb3e6d658db6a6e9986eba594ea1 (diff)
Use a better message for clean files
Diffstat (limited to 'templates/download.html')
-rw-r--r--templates/download.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/download.html b/templates/download.html
index c2b2a42..cc7e150 100644
--- a/templates/download.html
+++ b/templates/download.html
@@ -28,7 +28,7 @@ mat2 <b>could not</b> remove all the metadata from your file, those are the rema
28 </ul> 28 </ul>
29</div> 29</div>
30{% else %} 30{% else %}
31meh 31<p>Not a single metadata was found by mat2, odds are that your file was already clean!</p>
32{% endif %} 32{% endif %}
33 33
34<hr/> 34<hr/>