diff options
author | Bruno Sarlo <bruno@bruno-laptop.(none)> | 2009-08-10 00:14:25 -0300 |
---|---|---|
committer | Bruno Sarlo <bruno@bruno-laptop.(none)> | 2009-08-10 00:14:25 -0300 |
commit | 3b583fe8856eb590be7bd5aa3165e4289b84678a (patch) | |
tree | ea4fc759ca3a57c94533681ce91d6cb9442dce4a /templates/question_edit_tips.html | |
parent | 897a43e550a86c19ea9e3b79f4cfb2c4a119357a (diff) | |
download | askbot-3b583fe8856eb590be7bd5aa3165e4289b84678a.tar.gz askbot-3b583fe8856eb590be7bd5aa3165e4289b84678a.tar.bz2 askbot-3b583fe8856eb590be7bd5aa3165e4289b84678a.zip |
Translation.
Diffstat (limited to 'templates/question_edit_tips.html')
-rw-r--r-- | templates/question_edit_tips.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/question_edit_tips.html b/templates/question_edit_tips.html index f57440c2..caf292e3 100644 --- a/templates/question_edit_tips.html +++ b/templates/question_edit_tips.html @@ -13,7 +13,7 @@ {% trans "be clear and concise" %} </li> </ul> - <a href="{% url faq %}" target="_blank" title="{% trans "see frequently asked questions" %}" style="float:right;position:relative">faq »</a> + <a href="{% url faq %}" target="_blank" title="{% trans "see frequently asked questions" %}" style="float:right;position:relative">{% trans "faq" %} »</a> <br> </div> </div> |