aboutsummaryrefslogtreecommitdiff
path: root/app/views/configure/reading.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-19 18:47:49 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-19 18:47:49 +0200
commit07d123f1aa09afc79c322b2364132981f5285ac1 (patch)
treeeb3c52a9a0afa6ade2fe95ad47941af9a2d2db1a /app/views/configure/reading.phtml
parent635ea04d52b3078e6a76c64072cf86d60b6c1561 (diff)
Load $nb/2 articles when reading view
Fix https://github.com/marienfressinaud/FreshRSS/commit/7d5e57b35b4eca07417c296c156edb3b88eef90b See https://github.com/marienfressinaud/FreshRSS/issues/559
Diffstat (limited to 'app/views/configure/reading.phtml')
-rw-r--r--app/views/configure/reading.phtml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/configure/reading.phtml b/app/views/configure/reading.phtml
index 86d816eb3..8b2da2a28 100644
--- a/app/views/configure/reading.phtml
+++ b/app/views/configure/reading.phtml
@@ -10,9 +10,7 @@
<label class="group-name" for="posts_per_page"><?php echo Minz_Translate::t ('articles_per_page'); ?></label>
<div class="group-controls">
<input type="number" id="posts_per_page" name="posts_per_page" value="<?php echo $this->conf->posts_per_page; ?>" min="5" max="50" />
- <?php if ($this->conf->display_posts) { ?>
- <?php echo _i('help'); ?> <?php echo _t('number_divided_when_unfolded'); ?>
- <?php } ?>
+ <?php echo _i('help'); ?> <?php echo _t('number_divided_when_reader'); ?>
</div>
</div>