[extensions-web] Use the the words "posted a review"



commit 4663320e43ca13b43dca64568762c8b813fa59aa
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sat Nov 19 14:52:36 2011 -0500

    Use the the words "posted a review"
    
    "magcius reviewed" just looks silly with a large amount of content following

 sweettooth/review/templates/review/review.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/review/templates/review/review.html b/sweettooth/review/templates/review/review.html
index 56d3ce3..fba40f9 100644
--- a/sweettooth/review/templates/review/review.html
+++ b/sweettooth/review/templates/review/review.html
@@ -70,7 +70,7 @@
     {% if review.changelog %}
     <span class="{{ review.changelog.get_newstatus_class }}">{{ review.changelog.get_newstatus_display|lower }}</span>
     {% else %}
-    reviewed
+    posted a review
     {% endif %}
     <abbr class="timestamp" title="{{ review.date|date:"c" }}">{{ review.date|date:"F j, Y" }}</abbr>
     <blockquote>{{ review.comments }}</blockquote>



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