Details
-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6.1
-
Component/s: o.c.jsword.passage
-
Labels:None
Description
There is no "Book is missing" property in UserMsg.properties for the following resource in AccuracyType:
public Verse createStartVerse(String original, VerseRange verseRangeBasis, String[] parts) throws NoSuchVerseException {
if (verseRangeBasis == null) {
// TRANSLATOR: The user supplied a verse reference but did not give the book of the Bible.
throw new NoSuchVerseException(UserMsg.gettext("Book is missing"));