diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2007-05-30 19:53:49 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2007-05-30 19:53:49 +0200 |
commit | 785daf413f950b2776a1638368a26af6b6ae0dbf (patch) | |
tree | e49be95a870ae4b54e6f9d8f0c86f66f3ffcf11a | |
parent | 26075929f05841bfd5e676198e26b10e0dc25807 (diff) |
Cosmetics: plural handling.
darcs-hash:7c88fbc449773c63f62119bce6c902e950edfc3a
-rwxr-xr-x | journal.lisp | 2 |
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 |