diff --git a/src/help/h_search.php b/src/help/h_search.php index cdffce9cc..c544d5894 100644 --- a/src/help/h_search.php +++ b/src/help/h_search.php @@ -13,9 +13,9 @@ static function print(HelpRenderer $hth) { quicksearch box, this search will jump to #12 directly.
j
and k
also goes
- from paper to paper.Click on a paper number or title to jump to that paper. -Search matches are highlighted on paper screens. -Once on a paper screen use quicklinks +
Click on a application number or title to jump to that application. +Search matches are highlighted on application screens. +Once on a application screen use quicklinks to navigate through the rest of the search matches.
-Underneath the paper list is the action area:
+Underneath the application list is the action area:
" . Ht::img("exsearchaction.png", "[Search action area]") . "Use the checkboxes to select some papers, then choose an action. +
Use the checkboxes to select some applications, then choose an action. You can:
.zip
file with the selected papers..zip
file with the selected applications.Select papers one by one, select in groups by shift-clicking +
Select applications one by one, select in groups by shift-clicking the checkboxes, or use the “select all” link. -The easiest way to tag a set of papers is +The easiest way to tag a set of applications is to enter their numbers in the search box, search, “select all,” and add the tag.
"; @@ -90,13 +90,13 @@ static function print(HelpRenderer $hth) {Most screens have a quicksearch box in the upper right corner:
" . Ht::img("quicksearchex.png", "[Quicksearch box]") . "
This box supports the full search syntax. Enter
-a paper number, or search terms that match exactly
-one paper, to go directly to that paper.
Paper screens have quicklinks that step through search results:
+
Application screens have quicklinks that step through search results:
" . Ht::img("pageresultsex.png", "[Quicklinks]") . "
-Click on the search description (here, “Submitted papers search”) to return
+Click on the search description (here, “Submitted applications search”) to return
to the search results. On many pages, you can press “j
” or
-“k
” to go to the previous or next paper in the list.
k
” to go to the previous or next application in the list.";
}
}
diff --git a/src/listactions/la_getjsonrqc.php b/src/listactions/la_getjsonrqc.php
index 3754de095..568be9b97 100644
--- a/src/listactions/la_getjsonrqc.php
+++ b/src/listactions/la_getjsonrqc.php
@@ -30,7 +30,7 @@ function run(Contact $user, Qrequest $qreq, SearchSelection $ssel) {
}
}
} else {
- $pj[] = (object) ["pid" => $prow->paperId, "error" => "You don’t have permission to administer this paper."];
+ $pj[] = (object) ["pid" => $prow->paperId, "error" => "You don’t have permission to administer this application."];
}
}
$user->set_overrides($old_overrides);