summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorJustAMacUser <[email protected]>2019-09-23 01:09:11 -0400
committerJustAMacUser <[email protected]>2019-09-23 01:09:11 -0400
commit4cc6a773fffc596c0e52f1e7431a07c070c8a398 (patch)
tree08ca6b0ea4f7694b8b264664fad4405aa1fffa28 /include/functions.php
parent2e61551c28eef852ffc260550af97dc40d56e71a (diff)
Removed redundant text for next/prev article without scroll.
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/functions.php b/include/functions.php
index d887eb96f..ec1280c4e 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1015,8 +1015,8 @@
"prev_feed" => __("Open previous feed"),
"next_article" => __("Open next article (scroll long articles)"),
"prev_article" => __("Open previous article (scroll long articles)"),
- "next_article_noscroll" => __("Open next article (don't scroll long articles)"),
- "prev_article_noscroll" => __("Open previous article (don't scroll long articles)"),
+ "next_article_noscroll" => __("Open next article"),
+ "prev_article_noscroll" => __("Open previous article"),
"next_article_noexpand" => __("Move to next article (don't expand or mark read)"),
"prev_article_noexpand" => __("Move to previous article (don't expand or mark read)"),
"search_dialog" => __("Show search dialog")),