summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-09-23 05:26:53 +0000
committerGogs <[email protected]>2019-09-23 05:26:53 +0000
commitcc426279a6f90a435ea92e5943ca3158e4811eab (patch)
tree08ca6b0ea4f7694b8b264664fad4405aa1fffa28
parentf1df2c505e09cb6dfb772a89b7744383dabfb0be (diff)
parent4cc6a773fffc596c0e52f1e7431a07c070c8a398 (diff)
Merge branch 'reword-keyboard-help' of fox/tt-rss into master
-rw-r--r--include/functions.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/functions.php b/include/functions.php
index e78f0de9d..ec1280c4e 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1013,10 +1013,10 @@
__("Navigation") => array(
"next_feed" => __("Open next feed"),
"prev_feed" => __("Open previous feed"),
- "next_article" => __("Open next article"),
- "prev_article" => __("Open previous article"),
- "next_article_noscroll" => __("Open next article (don't scroll long articles)"),
- "prev_article_noscroll" => __("Open previous article (don't scroll long articles)"),
+ "next_article" => __("Open next article (scroll long articles)"),
+ "prev_article" => __("Open previous article (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")),