summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Tittsler <jwt@onjapan.net>2012-05-18 10:19:09 +1200
committerJim Tittsler <jwt@onjapan.net>2012-05-18 10:19:09 +1200
commita990d415fb751be768f63c4f3d65b27498eb0e1a (patch)
tree9e8e0c25ff6dc87082ac9a950fd2e2e9f8fd7f58
parent4cf3ec3998b1f067a7f0c76eae4a90c274024986 (diff)
downloadaskbot-a990d415fb751be768f63c4f3d65b27498eb0e1a.tar.gz
askbot-a990d415fb751be768f63c4f3d65b27498eb0e1a.tar.bz2
askbot-a990d415fb751be768f63c4f3d65b27498eb0e1a.zip
spelling, duplicate character
-rw-r--r--askbot/skins/default/templates/faq_static.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/skins/default/templates/faq_static.html b/askbot/skins/default/templates/faq_static.html
index 2b81006f..600f6e0f 100644
--- a/askbot/skins/default/templates/faq_static.html
+++ b/askbot/skins/default/templates/faq_static.html
@@ -4,7 +4,7 @@
{% block content %}
<h1>{% trans %}Frequently Asked Questions {% endtrans %}({% trans %}FAQ{% endtrans %})</h1>
<h2 class="first">{% trans %}What kinds of questions can I ask here?{% endtrans %}</h2>
-<p>{% trans %}Most importanly - questions should be <strong>relevant</strong> to this community.{% endtrans %}
+<p>{% trans %}Most importantly - questions should be <strong>relevant</strong> to this community.{% endtrans %}
{% trans %}Before you ask - please make sure to search for a similar question. You can search questions by their title or tags.{% endtrans %}
</p>
<h2>{% trans %}What kinds of questions should be avoided?{% endtrans %}</h2>
@@ -69,7 +69,7 @@
<h2>{% trans %}How to change my picture (gravatar) and what is gravatar?{% endtrans %}</h2>
{% trans %}<p>The picture that appears on the users profiles is called <strong>gravatar</strong> (which means <strong>g</strong>lobally <strong>r</strong>ecognized <strong>avatar</strong>).</p><p>Here is how it works: a <strong>cryptographic key</strong> (unbreakable code) is calculated from your email address. You upload your picture (or your favorite alter ego image) the website <a href='http://gravatar.com'><strong>gravatar.com</strong></a> from where we later retreive your image using the key.</p><p>This way all the websites you trust can show your image next to your posts and your email address remains private.</p><p>Please <strong>personalize your account</strong> with an image - just register at <a href='http://gravatar.com'><strong>gravatar.com</strong></a> (just please be sure to use the same email address that you used to register with us). Default image that looks like a kitchen tile is generated automatically.</p>{% endtrans %}
<h2>{% trans %}To register, do I need to create new password?{% endtrans %}</h2>
-<p>{% trans %}No, you don't have to. You can login through any service that supports OpenID, e.g. Google, Yahoo, AOL, etc."{% endtrans %}
+<p>{% trans %}No, you don't have to. You can login through any service that supports OpenID, e.g. Google, Yahoo, AOL, etc.{% endtrans %}
<strong><a href="{{ settings.LOGIN_URL }}">{% trans %}"Login now!"{% endtrans %}</a> ยป</strong>
</p>
<h2>{% trans %}Why other people can edit my questions/answers?{% endtrans %}</h2>