aboutsummaryrefslogtreecommitdiff
path: root/module/calp/entry-points/ical.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/entry-points/ical.scm')
-rw-r--r--module/calp/entry-points/ical.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/calp/entry-points/ical.scm b/module/calp/entry-points/ical.scm
index e164c340..3720d8db 100644
--- a/module/calp/entry-points/ical.scm
+++ b/module/calp/entry-points/ical.scm
@@ -12,9 +12,9 @@
(define opt-spec
`((from (value #t) (single-char #\F))
(to (value #t) (single-char #\T)
- (description ,(_ "Returns all elements between these two dates.")))
+ (description ,(G_ "Returns all elements between these two dates.")))
(help (single-char #\h)
- (description ,(_ "Print this help.")))))
+ (description ,(G_ "Print this help.")))))
(define (main args)
(define opts (getopt-long args (getopt-opt opt-spec)))