From 785daf413f950b2776a1638368a26af6b6ae0dbf Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Wed, 30 May 2007 19:53:49 +0200 Subject: Cosmetics: plural handling. darcs-hash:7c88fbc449773c63f62119bce6c902e950edfc3a --- journal.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/journal.lisp b/journal.lisp index ef18b36..8f731af 100755 --- a/journal.lisp +++ b/journal.lisp @@ -423,7 +423,7 @@ after another in any arbitrary order." "journal.cgi?action=view&post=~D" (id-of journal-entry)) (<:as-is - (format nil "~D Kommentare" (length (comments-about journal-entry))))))) + (format nil "~D Kommentar~:*~[e~;~:;e~]" (length (comments-about journal-entry))))))) (when (and comments-p (not (null (comments-about journal-entry)))) (<:div :class :journal-comments -- cgit v1.2.3