summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-26 13:03:51 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-26 13:03:51 -0400
commitd59730c0ce33761c23bcbb7cc17bc5d47f6426d3 (patch)
treea92107c7569545f591892d4a6836e489ca6de1bb
parent31614f4da0ef5d2d28d427cea4d5a1200f7573e6 (diff)
downloadaskbot-d59730c0ce33761c23bcbb7cc17bc5d47f6426d3.tar.gz
askbot-d59730c0ce33761c23bcbb7cc17bc5d47f6426d3.tar.bz2
askbot-d59730c0ce33761c23bcbb7cc17bc5d47f6426d3.zip
fixed a phrase
-rw-r--r--askbot/templates/widgets/user_perms.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/widgets/user_perms.html b/askbot/templates/widgets/user_perms.html
index a51a8882..887a712f 100644
--- a/askbot/templates/widgets/user_perms.html
+++ b/askbot/templates/widgets/user_perms.html
@@ -1,7 +1,7 @@
<!--h2>{% trans karma=user.reputation %}Your karma is {{ karma }}{% endtrans %}</h2-->
<div class="triangle"></div>
<p>
- {% trans %}Karma reflects how valuable is your contribution to this community.{% endtrans %}
+ {% trans %}Karma reflects the value of your contribution to this community.{% endtrans %}
</p>
<p>
{% if user.is_administrator_or_moderator() %}