about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLudovic Courtès2015-06-20 12:40:49 +0200
committerLudovic Courtès2015-06-20 12:40:49 +0200
commitc9a46e104098f0e56873915cef5744924bc19d7b (patch)
tree57eb06073cd94eb979887c4ba3d9350399ef4b3c /src
parent4bb3cc7b6abdb24793ca12b7731c1eb215dcb310 (diff)
downloadskribilo-c9a46e104098f0e56873915cef5744924bc19d7b.tar.gz
skribilo-c9a46e104098f0e56873915cef5744924bc19d7b.tar.lz
skribilo-c9a46e104098f0e56873915cef5744924bc19d7b.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/guile/skribilo/biblio/template.scm3
1 files changed, 2 insertions, 1 deletions
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)