diff options
-rw-r--r-- | docs/en/user/configuration.rst | 2 | ||||
-rw-r--r-- | docs/fr/user/configuration.rst | 3 | ||||
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/docs/en/user/configuration.rst b/docs/en/user/configuration.rst index 415f6317..f681d874 100644 --- a/docs/en/user/configuration.rst +++ b/docs/en/user/configuration.rst | |||
@@ -24,7 +24,7 @@ You can change the number of articles displayed on each page. | |||
24 | Reading speed | 24 | Reading speed |
25 | ~~~~~~~~~~~~~ | 25 | ~~~~~~~~~~~~~ |
26 | 26 | ||
27 | wallabag calculates a reading time for each article. You can define here, thanks to the slider, if you are | 27 | wallabag calculates a reading time for each article. You can define here, thanks to this list, if you are |
28 | a fast or a slow reader. wallabag will recalculate the reading time for each article. | 28 | a fast or a slow reader. wallabag will recalculate the reading time for each article. |
29 | 29 | ||
30 | Language | 30 | Language |
diff --git a/docs/fr/user/configuration.rst b/docs/fr/user/configuration.rst index 112d2d58..89305998 100644 --- a/docs/fr/user/configuration.rst +++ b/docs/fr/user/configuration.rst | |||
@@ -25,8 +25,7 @@ Vous pouvez définir le nombre d'articles affichés sur chaque page. | |||
25 | Vitesse de lecture | 25 | Vitesse de lecture |
26 | ~~~~~~~~~~~~~~~~~~ | 26 | ~~~~~~~~~~~~~~~~~~ |
27 | 27 | ||
28 | wallabag calcule une durée de lecture pour chaque article. Vous pouvez définir ici, grâce à la jauge, si vous lisez plus | 28 | wallabag calcule une durée de lecture pour chaque article. Vous pouvez définir ici, grâce à cette liste déroulante, si vous lisez plus ou moins vite. wallabag recalculera la durée de lecture de chaque article. |
29 | ou moins vite. wallabag recalculera la durée de lecture de chaque article. | ||
30 | 29 | ||
31 | Langue | 30 | Langue |
32 | ~~~~~~ | 31 | ~~~~~~ |
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig index 3ed96ab1..54faa788 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig | |||
@@ -29,10 +29,10 @@ | |||
29 | {{ form_label(form.config.reading_speed) }} | 29 | {{ form_label(form.config.reading_speed) }} |
30 | {{ form_errors(form.config.reading_speed) }} | 30 | {{ form_errors(form.config.reading_speed) }} |
31 | {{ form_widget(form.config.reading_speed) }} | 31 | {{ form_widget(form.config.reading_speed) }} |
32 | <p>{% trans %}You can use online tools to estimate your reading speed{% endtrans %} (<a href="http://www.myreadspeed.com/calculate/">{% trans %}like this one{%endtrans%}</a>).</p> | ||
32 | </div> | 33 | </div> |
33 | </fieldset> | 34 | </fieldset> |
34 | 35 | ||
35 | |||
36 | <fieldset class="w500p inline"> | 36 | <fieldset class="w500p inline"> |
37 | <div class="row"> | 37 | <div class="row"> |
38 | {{ form_label(form.config.language) }} | 38 | {{ form_label(form.config.language) }} |