aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/view
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-04-08 00:40:50 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-04-11 19:02:33 +0200
commit3f1846959712e899d35de01bff251204484c0e59 (patch)
treee157d84bda0393940a0af102b5bf32f50e2980ca /module/calp/html/view
parentMerge branch 'translation' (diff)
downloadcalp-3f1846959712e899d35de01bff251204484c0e59.tar.gz
calp-3f1846959712e899d35de01bff251204484c0e59.tar.xz
Fixup translatable strings.
Diffstat (limited to 'module/calp/html/view')
-rw-r--r--module/calp/html/view/calendar/shared.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/calp/html/view/calendar/shared.scm b/module/calp/html/view/calendar/shared.scm
index e333dc4a..108f3b9a 100644
--- a/module/calp/html/view/calendar/shared.scm
+++ b/module/calp/html/view/calendar/shared.scm
@@ -14,6 +14,7 @@
:use-module ((calp html vcomponent)
:select (make-block format-summary))
:use-module (ice-9 format)
+ :use-module (calp translation)
)
@@ -33,7 +34,7 @@
(unless event-length-key
(scm-error 'wrong-type-arg "fix-event-widths!"
- "event-length-key is required"
+ (_ "event-length-key is required")
#f #f))
;; @var{x} is how for left in the container we are.