From 027418c3f21acf45fbea9b48076112e189d36050 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sun, 11 Dec 2011 18:38:47 -0300 Subject: two translated strings in the scope navigation bar --- askbot/doc/source/contributors.rst | 1 + askbot/skins/default/templates/widgets/scope_nav.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/askbot/doc/source/contributors.rst b/askbot/doc/source/contributors.rst index 30656c60..5da7076d 100644 --- a/askbot/doc/source/contributors.rst +++ b/askbot/doc/source/contributors.rst @@ -33,6 +33,7 @@ Programming and documentation * `Alexander Werner `_ * Rosandra Cuello Suñol * `hjwp `_ +* `Jacob Oscarson `_ Translations ------------ diff --git a/askbot/skins/default/templates/widgets/scope_nav.html b/askbot/skins/default/templates/widgets/scope_nav.html index 984a8dc1..5f7cc158 100644 --- a/askbot/skins/default/templates/widgets/scope_nav.html +++ b/askbot/skins/default/templates/widgets/scope_nav.html @@ -1,6 +1,6 @@ {% if active_tab != "ask" %} ALL + href="{% url questions %}?scope=all" title="{% trans %}see all questions{% endtrans %}">{% trans %}ALL{% endtrans %} {% trans %}UNANSWERED{% endtrans %} {% if request.user.is_authenticated() %} -- cgit v1.2.3-1-g7c22