mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Make the German versions of <warning> and <caution> behave as <note>,
i.e. "Warnung: " and not "Warnung" (note is "Note: "). Bump PORTREVISION. Submitted by: Udo Erdelhoff (ue@nathan.ruhr.de)
This commit is contained in:
parent
c48e071967
commit
6ba9624592
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37322
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= dsssl-docbook-modular
|
||||
PORTVERSION= 1.60
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://nwalsh.com/docbook/dsssl/
|
||||
DISTNAME= db${PORTVERSION:S/.//g}
|
||||
|
@ -1,5 +1,23 @@
|
||||
--- common/dbl1de.dsl.orig Thu Oct 26 14:33:11 2000
|
||||
+++ common/dbl1de.dsl Sat Jan 6 13:30:03 2001
|
||||
+++ common/dbl1de.dsl Fri Jan 19 09:36:46 2001
|
||||
@@ -278,7 +278,7 @@
|
||||
(list (normalize "abstract") ": ")
|
||||
(list (normalize "answer") " ")
|
||||
(list (normalize "appendix") ". ")
|
||||
- (list (normalize "caution") "")
|
||||
+ (list (normalize "caution") ": ")
|
||||
(list (normalize "chapter") ". ")
|
||||
(list (normalize "equation") ". ")
|
||||
(list (normalize "example") ". ")
|
||||
@@ -310,7 +310,7 @@
|
||||
(list (normalize "step") ". ")
|
||||
(list (normalize "table") ". ")
|
||||
(list (normalize "tip") ": ")
|
||||
- (list (normalize "warning") "")
|
||||
+ (list (normalize "warning") ": ")
|
||||
))
|
||||
|
||||
(define (gentext-de-label-title-sep gind)
|
||||
@@ -372,9 +372,9 @@
|
||||
(err (node-list-error msg (current-node))))
|
||||
msg))))
|
||||
|
Loading…
Reference in New Issue
Block a user