summaryrefslogtreecommitdiff
path: root/journal.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-05-30 19:53:49 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-05-30 19:53:49 +0200
commit785daf413f950b2776a1638368a26af6b6ae0dbf (patch)
treee49be95a870ae4b54e6f9d8f0c86f66f3ffcf11a /journal.lisp
parent26075929f05841bfd5e676198e26b10e0dc25807 (diff)
Cosmetics: plural handling.
darcs-hash:7c88fbc449773c63f62119bce6c902e950edfc3a
Diffstat (limited to 'journal.lisp')
-rwxr-xr-xjournal.lisp2
1 files changed, 1 insertions, 1 deletions
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