This file is indexed.

/usr/share/bibledit/checks/settingspatterns.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
<h2>translate("Patterns")</h2>
<p class="error">##error##</p>
<p class="success">##success##</p>
<p>
  translate("Bible"): ##bible##.
  translate("Enter the patterns to search for.")
  translate("One per line.")
</p>
<form action="settingspatterns" name="form" method="post">
  <p><textarea name="patterns" class="width100">##patterns##</textarea></p>
  <p><input type="submit" name="submit" value=translate("Save") /></p>
</form>
<br>
<p>translate("It will search the plain text of the Bible, without verse numbers, heading, and other additions.")</p>
<p><a href="settings">translate("Go back")</a></p>