[jsword-svn] r1777 - trunk/jsword/src/main/java/org/crosswire/jsword/passage
dmsmith at www.crosswire.org
dmsmith at www.crosswire.org
Sat Mar 8 15:39:51 MST 2008
Author: dmsmith
Date: 2008-03-08 15:39:51 -0700 (Sat, 08 Mar 2008)
New Revision: 1777
Modified:
trunk/jsword/src/main/java/org/crosswire/jsword/passage/UserMsg.properties
Log:
Fix a msg bug.
Modified: trunk/jsword/src/main/java/org/crosswire/jsword/passage/UserMsg.properties
===================================================================
--- trunk/jsword/src/main/java/org/crosswire/jsword/passage/UserMsg.properties 2008-03-08 22:17:31 UTC (rev 1776)
+++ trunk/jsword/src/main/java/org/crosswire/jsword/passage/UserMsg.properties 2008-03-08 22:39:51 UTC (rev 1777)
@@ -5,7 +5,7 @@
# The MessageName should be mixed case, with a leading capital.
# It should have no spaces or other punctuation (e.g. _, -, ', ...)
-AbstractPassage.RefSummary={0,number,integer} {0,choice,0#verses|1#verse|1<verses} in {1,number,integer) {{0,choice,0#books|1#book|1<books}}
+AbstractPassage.RefSummary={0,number,integer} {0,choice,0#verses|1#verse|1<verses} in {1,number,integer} {{0,choice,0#books|1#book|1<books}}
Verse.Parse=Cannot understand {0} as a chapter or verse.
Verse.Parts=Too many parts to the Verse. (Parts are separated by any of {0})
VerseRange.Parts=A verse range cannot have more than 2 parts. (Parts are separated by {0}) Given {1}
More information about the jsword-svn
mailing list