summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJustAMacUser <[email protected]>2019-09-22 15:13:28 -0400
committerJustAMacUser <[email protected]>2019-09-22 15:13:28 -0400
commit2e61551c28eef852ffc260550af97dc40d56e71a (patch)
treed956ae1e84d3837c286148f16864e354ca5c50a4 /include
parentf1df2c505e09cb6dfb772a89b7744383dabfb0be (diff)
Try to clarify next/prev article keyboard shortcut help.
Diffstat (limited to 'include')
-rw-r--r--include/functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/functions.php b/include/functions.php
index e78f0de9d..d887eb96f 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1013,8 +1013,8 @@
__("Navigation") => array(
"next_feed" => __("Open next feed"),
"prev_feed" => __("Open previous feed"),
- "next_article" => __("Open next article"),
- "prev_article" => __("Open previous article"),
+ "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_noexpand" => __("Move to next article (don't expand or mark read)"),