diff options
author | Vivek Agarwal <me@vivek.im> | 2013-03-26 05:01:29 +0530 |
---|---|---|
committer | Vivek Agarwal <me@vivek.im> | 2013-03-26 05:01:29 +0530 |
commit | c5041027919798e40c52e0f7a1e852881c165f64 (patch) | |
tree | 593f2bd37984d7125e7bbe0e4eea2d87cb3e98e6 | |
parent | 100b0bc7a91454670c3f9761fa03241e2367b2e5 (diff) | |
download | pelican-themes-c5041027919798e40c52e0f7a1e852881c165f64.tar.gz |
Changed static text from French to English.
A couple of lines were in French and rest all in English. Changed the
French ones to English.
-rw-r--r-- | mnmlist/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mnmlist/templates/index.html b/mnmlist/templates/index.html index 871360f..1505418 100644 --- a/mnmlist/templates/index.html +++ b/mnmlist/templates/index.html @@ -16,7 +16,7 @@ </article> {% if loop.length > 1 %} <section id="article-list"> - <h2>Tous les articles</h2> + <h2>All posts</h2> <ol> {% endif %} {# other items #} @@ -29,6 +29,6 @@ </section><!-- #article-list --> {% endif %} {% else %} - Pas d'articles pour le moment. + No posts found. {% endif %} {% endblock content %} |