diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/guile/skribilo/biblio/template.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/guile/skribilo/biblio/template.scm b/src/guile/skribilo/biblio/template.scm index f276861..6f2dadd 100644 --- a/src/guile/skribilo/biblio/template.scm +++ b/src/guile/skribilo/biblio/template.scm @@ -1,7 +1,7 @@ ;;; template.scm -- Template system for bibliography entries. ;;; ;;; Copyright 2003, 2004 Manuel Serrano -;;; Copyright 2006, 2007 Ludovic Courtès <ludovic.courtes@laas.fr> +;;; Copyright 2006, 2007, 2015 Ludovic Courtès <ludo@gnu.org> ;;; ;;; ;;; This file is part of Skribilo. @@ -144,6 +144,8 @@ (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) ". " |