aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/components.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/html/components.scm')
-rw-r--r--module/calp/html/components.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/calp/html/components.scm b/module/calp/html/components.scm
index 77a2a520..6642b1fe 100644
--- a/module/calp/html/components.scm
+++ b/module/calp/html/components.scm
@@ -2,6 +2,7 @@
:use-module (hnh util)
:use-module (ice-9 curried-definitions)
:use-module (ice-9 match)
+ :use-module (calp translation)
:export (xhtml-doc)
)
@@ -58,7 +59,7 @@
rest: args)
(when (and onclick href)
(scm-error 'wrong-type-arg "btn"
- "href and onclick are mutually exclusive. href = ~s, onclick = ~s."
+ (_ "href and onclick are mutually exclusive. href = ~s, onclick = ~s.")
(list href onclick)
#f))