summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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() %}