From 0cb99b7c81feb014fe57b79ce75689f65ceddbaa Mon Sep 17 00:00:00 2001 From: Jacob Oscarson Date: Thu, 8 Dec 2011 18:43:09 +0100 Subject: Made two untranslated strings translated --- askbot/skins/default/templates/widgets/scope_nav.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/askbot/skins/default/templates/widgets/scope_nav.html b/askbot/skins/default/templates/widgets/scope_nav.html index 3b6d2182..984a8dc1 100644 --- a/askbot/skins/default/templates/widgets/scope_nav.html +++ b/askbot/skins/default/templates/widgets/scope_nav.html @@ -2,10 +2,10 @@ ALL UNANSWERED + href="{% url questions %}?scope=unanswered&sort=answers-asc" title="{% trans %}see unanswered questions{% endtrans %}">{% trans %}UNANSWERED{% endtrans %} {% if request.user.is_authenticated() %} FOLLOWED + href="{% url questions %}?scope=favorite" title="{% trans %}see your followed questions{% endtrans %}">{% trans %}FOLLOWED{% endtrans %} {% endif %} {% else %}
{% trans %}Please ask your question here{% endtrans %}
-- cgit v1.2.3-1-g7c22