aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/formats/ical/types.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/vcomponent/formats/ical/types.scm')
-rw-r--r--module/vcomponent/formats/ical/types.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/vcomponent/formats/ical/types.scm b/module/vcomponent/formats/ical/types.scm
index 7b6aad2e..768f5098 100644
--- a/module/vcomponent/formats/ical/types.scm
+++ b/module/vcomponent/formats/ical/types.scm
@@ -37,7 +37,7 @@
;; TODO
(define (write-period _ value)
- (warning (_ "PERIOD writer not yet implemented"))
+ (warning (G_ "PERIOD writer not yet implemented"))
(with-output-to-string
(lambda () (write value))))
@@ -94,4 +94,4 @@
(define (get-writer type)
(or (hashq-ref type-writers type #f)
- (error (_ "No writer for type") type)))
+ (error (G_ "No writer for type") type)))