summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-09-23 13:18:42 -0700
committercolin <colin@cicadas.surf>2023-09-23 13:18:42 -0700
commit8ee6c3a1854dc950d1294449a7af6995fd4770be (patch)
tree2dae7f1a1d2a1ab50ef098185d4859f677f87bcd
parentccbb164eec042cb37babb3bff8e240284c9eda50 (diff)
pluralization
-rw-r--r--fussy.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fussy.lisp b/fussy.lisp
index 94fc532..7b6d706 100644
--- a/fussy.lisp
+++ b/fussy.lisp
@@ -473,7 +473,7 @@ that they are not loaded during image gen.")
(html:with-html
(:div :class "card"
(:a :href (url-path pkg)
- (:h4 (package-namestring pkg) " - " (length themes) " variants")
+ (:h4 (format nil "~a - ~D variant~:P" (package-namestring pkg) (length themes)))
(theme-preview-image
(first (themes-in-package pkg))))))))