From 1da3df18cdb6cb76bd9dd71626ba4eddb80c1634 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 24 May 2014 00:33:00 +0200 Subject: Updated translations. --- pyaggr3g470r/templates/home.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates/home.html') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index e453663c..63c4db07 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -16,7 +16,8 @@
{% if result|count == 0 %} -

{{ _('You are not subscribed to any feed.') }} {{ _('Fix this.') }}

+

{{ _("You don't have any feeds.") }}

+

{{ _('Add some') }}, {{ _('or') }} {{ _('upload an OPML file.') }}

{% else %} {% for feed in result|sort(attribute="title") %}
-- cgit