Bug 11260: Follow up - normalizing frequencies in English sample file a bit
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 17 Nov 2013 21:58:52 +0000 (22:58 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 8 Jan 2014 00:53:56 +0000 (00:53 +0000)
After some discussion in IRC I am throwing in some changes for the
English sample frequencies:

- Change Vol to Vol.
- Change No to No.

We had both forms in the file, now it should be consistent.

To test:
- Run English web installer installing all sample files, especially
  frequencies
- Check installed frequencies
- Check available options creating a subscription

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/en/mandatory/sample_numberpatterns.sql

index 6b59300..794385e 100644 (file)
@@ -4,17 +4,17 @@ INSERT INTO subscription_numberpatterns
     label2, add2, every2, whenmorethan2, setto2, numbering2,
     label3, add3, every3, whenmorethan3, setto3, numbering3)
 VALUES
-    ('Number', 1, 'Simple Numbering method', 'No.{X}',
+    ('Number', 1, 'Simple Numbering method', 'No. {X}',
     'Number', 1, 1, 99999, 1, NULL,
     NULL, NULL, NULL, NULL, NULL, NULL,
     NULL, NULL, NULL, NULL, NULL, NULL),
 
-    ('Volume, Number, Issue', 2, 'Volume Number Issue 1', 'Vol.{X}, Number {Y}, Issue {Z}',
+    ('Volume, Number, Issue', 2, 'Volume Number Issue 1', 'Vol. {X}, Number {Y}, Issue {Z}',
     'Volume', 1, 48, 99999, 1, NULL,
     'Number', 1, 4, 12, 1, NULL,
     'Issue', 1, 1, 4, 1, NULL),
 
-    ('Volume, Number', 3, 'Volume Number 1', 'Vol {X}, No {Y}',
+    ('Volume, Number', 3, 'Volume Number 1', 'Vol. {X}, No. {Y}',
     'Volume', 1, 12, 99999, 1, NULL,
     'Number', 1, 1, 12, 1, NULL,
     NULL, NULL, NULL, NULL, NULL, NULL),