Skip to content

Commit

Permalink
adjust some wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Jordan committed Dec 1, 2023
1 parent b2ff4c2 commit 299dd0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions templates/ContentGenerator/Instructor/Index.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@
% }
%
<p>
<%= maketext(
'Use the interface below to quickly access commonly-used instructor tools, '
. 'or select a tool from the list to the left.'
) =%>
<%= maketext('Use the interface below to quickly access commonly-used instructor tools.') =%>
<br>
<%= maketext('Select user(s) and/or set(s) below and click the action button of your choice.') =%>
<%= maketext('Select user(s) and/or set(s), and click the action button of your choice below.') =%>
</p>
%
<%= form_for current_route, method => 'POST', id => 'instructor-tools-form', begin =%>
Expand Down Expand Up @@ -211,7 +208,7 @@
name => 'show_answers',
class => 'btn btn-sm btn-secondary col-2' =%>
<span class="input-group-text flex-grow-1">\
<%== maketext('answers for <strong>selected</strong> users, for <strong>selected</strong> sets') =%>\
<%== maketext('answer log for <strong>selected</strong> users, for <strong>selected</strong> sets') =%>\
</span>
</div>
<div class="input-group input-group-sm mb-2">
Expand All @@ -220,7 +217,7 @@
class => 'btn btn-sm btn-secondary col-2',
formaction => $c->systemLink(url_for 'hardcopy') =%>
<span class="input-group-text flex-grow-1">\
<%== maketext('PDF for <strong>selected</strong> users, for <strong>selected</strong> sets') =%>\
<%== maketext('PDF hardcopy for <strong>selected</strong> users, for <strong>selected</strong> sets') =%>\
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/HelpFiles/InstructorIndex.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
. 'selected using ctrl-click or shift-click. The action buttons are grouped into three categories. The '
. 'first is a set of actions that act on the selected users, the second is a set of actions for acting on a '
. 'combination of sets and users, and the third is a set of actions that act on the selected sets. If an '
. 'invalid number of users or sets are selected, the action will not be preformed, and an error message '
. 'invalid number of users or sets are selected, the action will not be performed, and an error message '
. 'will be placed on the page.') =%>
</p>

0 comments on commit 299dd0b

Please sign in to comment.