From 1ad43dd202dd665682737e99b3be3d2bbabb8f59 Mon Sep 17 00:00:00 2001 From: Martin Stone Date: Wed, 25 Mar 2020 20:30:34 +0000 Subject: Fix documentation for _noexpand commands --- include/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/functions.php') 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"), -- cgit v1.2.3