From c9a46e104098f0e56873915cef5744924bc19d7b Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 20 Jun 2015 12:40:49 +0200 Subject: biblio: Move misplaced "TRANSLATORS:" comment. This is a followup to 830523e. * src/guile/skribilo/biblio/template.scm (make-bib-entry-template/default): Move "TRANSLATORS:" comment right before keyword line. --- src/guile/skribilo/biblio/template.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/guile/skribilo/biblio/template.scm b/src/guile/skribilo/biblio/template.scm index 6f2dadd..2f9c838 100644 --- a/src/guile/skribilo/biblio/template.scm +++ b/src/guile/skribilo/biblio/template.scm @@ -145,10 +145,11 @@ (define (make-bib-entry-template/default kind) ;; The default bibliography entry template. - ;; TRANSLATORS: The next few msgids are fragments of bibliography items. (case kind ((techreport) `(author ". " (or title url documenturl) ". " + ;; TRANSLATORS: The next few msgids are fragments of + ;; bibliography items. ,(_ "Technical Report") " " number (", " institution) (", " address) -- cgit v1.2.3