From 48cfdbd9044d6853fba7d36a02c26dafc266032c Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 17 Nov 2013 22:58:52 +0100 Subject: [PATCH] Bug 11260: Follow up - normalizing frequencies in English sample file a bit 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 --- installer/data/mysql/en/mandatory/sample_numberpatterns.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/en/mandatory/sample_numberpatterns.sql b/installer/data/mysql/en/mandatory/sample_numberpatterns.sql index 6b59300..794385e 100644 --- a/installer/data/mysql/en/mandatory/sample_numberpatterns.sql +++ b/installer/data/mysql/en/mandatory/sample_numberpatterns.sql @@ -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), -- 1.8.3.2