Skip to content

Commit

Permalink
change problematic terminology (internetarchive#3795)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten Alge authored and Sabreen-Parveen committed Feb 15, 2021
1 parent 34866ba commit 59c1e3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openlibrary/templates/merge/authors.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,23 @@ <h1>$_("Merge Authors")</h1>

$if formdata:
$if not formdata.master:
<div class="note">$_("Please select a master author record.")</div>
<div class="note">$_("Please select a primary author record.")</div>
$if len(formdata.selected) == 0:
<div class="note">$_("Please select some authors to merge.")</div>

<ol class="sansserif">
<li>$_('Select a "master" record that best represents the author -')
<li>$_('Select a "primary" record that best represents the author -')
<input type="radio" name="radio" id="radio" checked="checked"/>
</li>
<li>$_('Select author records which should be merged with the master')
<li>$_('Select author records which should be merged with the primary')
-
<input type="checkbox" name="checkbox" id="checkbox" checked="checked" />
</li>
<li>$_('Press MERGE AUTHORS.')
</li>
</ol>

<div id="noMaster" title="$_('No Master record')" style="text-align:left;">
<div id="noMaster" title="$_('No primary record')" style="text-align:left;">
<p>$_('You must select a master record to point the duplicates toward.')</p>
</div>

Expand Down

0 comments on commit 59c1e3e

Please sign in to comment.