Try to clarify next/prev article keyboard shortcut help.

This commit is contained in:
JustAMacUser 2019-09-22 15:13:28 -04:00
parent f1df2c505e
commit 2e61551c28
1 changed files with 2 additions and 2 deletions

View File

@ -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)"),