[damned-lies] Fix reduced po statistics



commit 87a9923fc4a42b3dac791397667704317a363e93
Author: Gil Forcada <gforcada gnome org>
Date:   Fri Apr 26 00:30:22 2013 +0200

    Fix reduced po statistics
    
    Long ago, during the new theme changes the reduced po statistics
    shown on po files where accidentaly replaced by the full po
    statistics.
    
    This commit fixes it, so that reduced po statistics are shown again.

 templates/vertimus/vertimus_detail.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/templates/vertimus/vertimus_detail.html b/templates/vertimus/vertimus_detail.html
index 005faac..36ef48b 100644
--- a/templates/vertimus/vertimus_detail.html
+++ b/templates/vertimus/vertimus_detail.html
@@ -102,11 +102,11 @@ $(document).ready(function() {
     <br />
        <div id="stats_po">
     <div title="{% trans "Translated/Fuzzy/Untranslated" %}">
-               <span>{% trans "Strings:" %} {{ stats|num_stats:"full" }}</span>&nbsp;
+               <span>{% trans "Strings:" %} {{ stats|num_stats:"part" }}</span>&nbsp;
       <div class="graph graphinline">
         {{ stats|vis_stats:"full" }}
       </div>
-               <span style="margin-left: 15px;">{% trans "Words:" %} {{ stats|num_word_stats:"full" 
}}</span>&nbsp;
+               <span style="margin-left: 15px;">{% trans "Words:" %} {{ stats|num_word_stats:"part" 
}}</span>&nbsp;
       <div class="graph graphinline">
         {{ stats|vis_word_stats:"full" }}
       </div>


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