summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Little <chrislit@crosswire.org>2014-02-23 07:59:38 +0000
committerChris Little <chrislit@crosswire.org>2014-02-23 07:59:38 +0000
commit251b34d5aa6edb6da33cd04176b79da26562a043 (patch)
treee3b4a8747bbc57a45b17856c3aecaf5e6d69e427
parentf7d704284bdb5f132179a5062f10bd4ec11e37fa (diff)
downloadsword-tools-251b34d5aa6edb6da33cd04176b79da26562a043.tar.gz
fixed a couple of title cased words that shouldn't be capitalized (according to the scheme currently used in the OSIS schema)
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@480 07627401-56e2-0310-80f4-f8cd0041bdcd
-rwxr-xr-xmodules/python/usfm2osis.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/python/usfm2osis.py b/modules/python/usfm2osis.py
index e5e499f..f2997b4 100755
--- a/modules/python/usfm2osis.py
+++ b/modules/python/usfm2osis.py
@@ -270,10 +270,8 @@ peripherals = {
'Imprimatur':'imprimatur', 'Publication Data':'publicationData', 'Foreword':'x-foreword', 'Preface':'preface',
'Table of Contents':'tableofContents', 'Alphabetical Contents':'x-alphabeticalContents',
'Table of Abbreviations':'x-tableofAbbreviations', 'Chronology':'x-chronology',
- 'Weights and Measures':'x-weightsAndMeasures', 'Map Index':'x-mapIndex',
- 'NT Quotes from LXX':'x-ntQuotesFromLXX',
- 'Cover':'coverPage',
- 'Spine':'x-spine'
+ 'Weights and Measures':'x-weightsandMeasures', 'Map Index':'x-mapIndex',
+ 'NT Quotes from LXX':'x-ntQuotesfromLXX', 'Cover':'coverPage', 'Spine':'x-spine'
}
introPeripherals = {