diff --git a/templates/dups.html b/templates/dups.html
index 0a1a9a2..83d731b 100644
--- a/templates/dups.html
+++ b/templates/dups.html
@@ -124,10 +124,10 @@
{% endfor %}
{% if count.keep %}
- {% set auto.str = auto.str + "
Choose path to KEEP (same file names in 2 different directories):
@@ -165,9 +166,9 @@
{% set page.cnt = page.cnt + 1 %}
{% endif %}
{% endfor %}
- {% if count.keep %}
+ {% if count.keep_d %}
- {% set auto.str = auto.str + "
Keeping={}, Deleting={} paths of duplicates".format(count.keep, count.keep) %}
+ {% set auto.str = auto.str + "Keeping {} files in {} paths, Deleting={} file in {} paths".format( count.keep_f, count.keep_d, count.keep_f, count.keep_d) %}
{% endif %}
{% if auto.str|length %}