diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-04 23:36:12 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-04 23:36:12 +0100 |
commit | c6e8f37bad4e920ab89cb79a594b1ba8de97b2be (patch) | |
tree | 0b6bddf17b60eded956c18218baab437735e9dd8 | |
parent | New init Heroku processus. (diff) | |
download | newspipe-c6e8f37bad4e920ab89cb79a594b1ba8de97b2be.tar.gz newspipe-c6e8f37bad4e920ab89cb79a594b1ba8de97b2be.tar.bz2 newspipe-c6e8f37bad4e920ab89cb79a594b1ba8de97b2be.zip |
Misplaced point.
-rw-r--r-- | pyaggr3g470r/templates/feed.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyaggr3g470r/templates/feed.html b/pyaggr3g470r/templates/feed.html index 9910ccf7..09bb54cb 100644 --- a/pyaggr3g470r/templates/feed.html +++ b/pyaggr3g470r/templates/feed.html @@ -15,11 +15,11 @@ {% endif %} .<br /> {% if feed.error_count > 2 %} - <b>{{ _("That feed has encountered too much consecutive errors and won't be retreived anymore") }}</b> + <b>{{ _("That feed has encountered too much consecutive errors and won't be retreived anymore.") }}</b> {% elif feed.error_count > 0 %} - {{ _("That feed has encountered some errors but that counter will be reinitialized at the next successful retreiving") }} + {{ _("That feed has encountered some errors but that counter will be reinitialized at the next successful retreiving.") }} {% endif %} - .<br /> + <br /> {% if feed.last_error %} {{ _("Here's the last error encountered while retreiving this feed:") }} <pre>{{ feed.last_error }}</pre> {% endif %} |