summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorMartin Stone <[email protected]>2020-03-25 20:30:34 +0000
committerMartin Stone <[email protected]>2020-03-25 20:30:34 +0000
commit1ad43dd202dd665682737e99b3be3d2bbabb8f59 (patch)
tree78e494278c08595416d418ae228b5555cd3faa42 /include/functions.php
parent61be0b215db850395ef2746a5b7499f39db30662 (diff)
Fix documentation for _noexpand commands
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 3cbdf9292..c223a3db8 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1033,8 +1033,8 @@
"prev_article_page" => __("Scroll article by one page up"),
"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)"),
+ "next_article_noexpand" => __("Move to next article (don't expand)"),
+ "prev_article_noexpand" => __("Move to previous article (don't expand)"),
"search_dialog" => __("Show search dialog")),
__("Article") => array(
"toggle_mark" => __("Toggle starred"),