[damned-lies] Removed download-icon.png, it's a duplicated of download.png, adapted the path where it was used



commit 968f97e50a15879805ad0bca81973a5bec056a0f
Author: Gil Forcada <gforcada gnome org>
Date:   Mon Oct 1 22:41:49 2012 +0200

    Removed download-icon.png, it's a duplicated of download.png, adapted the path where it was used

 common/static/img/download-icon.png |  Bin 426 -> 0 bytes
 templates/stats_show.html           |    2 +-
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/templates/stats_show.html b/templates/stats_show.html
index aedab06..c46eb85 100644
--- a/templates/stats_show.html
+++ b/templates/stats_show.html
@@ -13,7 +13,7 @@
         {% endif %}
 
         {% if pot_stat.full_po %}
-            <a href="{{ pot_stat.po_url }}" class="icon_button" title="{% trans 'Download POT file' %}"><img src="{{ STATIC_URL }}img/download-icon.png" alt="{% trans 'Download POT file' %}" /></a>
+            <a href="{{ pot_stat.po_url }}" class="icon_button" title="{% trans 'Download POT file' %}"><img src="{{ STATIC_URL }}img/download.png" alt="{% trans 'Download POT file' %}" /></a>
         {% endif %}
 
     </h3>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]