From fc5cae981f906bc887eaf053b1826f9153210423 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Wed, 17 Sep 2014 09:25:01 +0200 Subject: Show a message to warn about loading divided by 2 See https://github.com/marienfressinaud/FreshRSS/issues/559 --- app/i18n/en.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/en.php') diff --git a/app/i18n/en.php b/app/i18n/en.php index 8f39115ad..0c6d0e94f 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -269,6 +269,7 @@ return array ( 'reading_configuration' => 'Reading', 'display_configuration' => 'Display', 'articles_per_page' => 'Number of articles per page', + 'number_divided_when_unfolded' => 'Divided by 2 during loading of unfolded articles.', 'default_view' => 'Default view', 'sort_order' => 'Sort order', 'auto_load_more' => 'Load next articles at the page bottom', -- cgit v1.2.3