summary refs log tree commit diff
diff options
context:
space:
mode:
-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)