Bugzilla – Attachment 23750 Details for
Bug 11260
Update German web installer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11260: Follow up - normalizing frequencies in English sample file a bit
Bug-11260-Follow-up---normalizing-frequencies-in-E.patch (text/plain), 2.03 KB, created by
Chris Cormack
on 2013-12-22 20:21:07 UTC
(
hide
)
Description:
Bug 11260: Follow up - normalizing frequencies in English sample file a bit
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2013-12-22 20:21:07 UTC
Size:
2.03 KB
patch
obsolete
>From 48cfdbd9044d6853fba7d36a02c26dafc266032c Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >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 <chrisc@catalyst.net.nz> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11260
:
22987
|
22988
|
22989
|
23748
|
23749
|
23750
|
23996
|
23997
|
23998