aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/config.twig
diff options
context:
space:
mode:
Diffstat (limited to 'themes/baggy/config.twig')
-rwxr-xr-xthemes/baggy/config.twig6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig
index cd86a4fd..dda05c29 100755
--- a/themes/baggy/config.twig
+++ b/themes/baggy/config.twig
@@ -128,9 +128,9 @@
128 <h2>{% trans "Fancy an E-Book ?" %}</h2> 128 <h2>{% trans "Fancy an E-Book ?" %}</h2>
129 <p>{% trans "Click to get all your articles in one ebook :" %} 129 <p>{% trans "Click to get all your articles in one ebook :" %}
130 <ul> 130 <ul>
131 <li><a href="./?epub&amp;method=all" title="Generate ePub file">ePub 3</a></li> 131 <li><a href="./?epub&amp;method=all" title="{% trans 'Generate ePub file' %}">ePub 3</a></li>
132 <li><a href="./?mobi&amp;method=all" title="Generate Mobi file">Mobi</a></li> 132 <li><a href="./?mobi&amp;method=all" title="{% trans 'Generate Mobi file' %}">Mobi</a></li>
133 <li><a href="./?pdf&amp;method=all" title="Generate PDF file">PDF</a></li> 133 <li><a href="./?pdf&amp;method=all" title="{% trans 'Generate PDF file' %}">PDF</a></li>
134 </ul> 134 </ul>
135 135
136 <br>{% trans "This can <b>take a while</b> and can <b>even fail</b> if you have too many articles, depending on your server configuration." %}</p> 136 <br>{% trans "This can <b>take a while</b> and can <b>even fail</b> if you have too many articles, depending on your server configuration." %}</p>