This file is indexed.

/usr/share/bibledit/checks/settingspairs.html is in bibledit-data 5.0.453-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<h2>translate("Matching pairs")</h2>
<p>translate("Bible"): ##bible##.</p>
<p class="error">##error##</p>
<p class="success">##success##</p>
<br>
<p>
translate("Enter all possible matching pairs in the text of the Bible.")
translate("Separate each pair by a space.")
</p>
<p>translate("For example:") [] () {} “” ‘’ «» ‹›</p>
<form action="settingspairs" name="form1" method="post">
  <p><input type="text" name="pairs" value="##pairs##" class="width100" /></p>
  <p><input type="submit" name="submit1" value=translate("Submit") /></p>
</form>
<br>
<p><a href="settings">translate("Go back")</a></p>