aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-06-22 18:11:36 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-06-22 18:11:36 +0200
commitedd8900b0d318f274f92ddc15af1646ec2c472af (patch)
treec9b52ef95b3b95f201fb6b37253919bff2e93175 /pyaggr3g470r/templates
parentAdded some messages to the home page. (diff)
downloadnewspipe-edd8900b0d318f274f92ddc15af1646ec2c472af.tar.gz
newspipe-edd8900b0d318f274f92ddc15af1646ec2c472af.tar.bz2
newspipe-edd8900b0d318f274f92ddc15af1646ec2c472af.zip
Braces for translations.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r--pyaggr3g470r/templates/home.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html
index d0258ec1..a68b71a4 100644
--- a/pyaggr3g470r/templates/home.html
+++ b/pyaggr3g470r/templates/home.html
@@ -120,11 +120,11 @@
{% else %}
<br />
{% if filter_ == 'all' %}
- <div class="alert alert-warning"><strong>Oh!</strong> {{ _('This feed is empty.') }}</div>
+ <div class="alert alert-warning"><strong>{{ _('Oh!') }}</strong> {{ _('This feed is empty.') }}</div>
{% elif filter_ == 'read' %}
- <div class="alert alert-info"><strong>Work for you!</strong> {{ _('All articles are unread.') }}</div>
+ <div class="alert alert-info"><strong>{{ _('Work for you!') }}</strong> {{ _('All articles are unread.') }}</div>
{% elif filter_ == 'unread' %}
- <div class="alert alert-success"><strong>Well done!</strong> {{ _('You read all articles.') }}</div>
+ <div class="alert alert-success"><strong>{{ _('Well done!') }}</strong> {{ _('You read all articles.') }}</div>
{% endif %}
{% endif %}
</div><!-- /.container -->
bgstack15