aboutsummaryrefslogtreecommitdiff
path: root/module/datetime/timespec.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/datetime/timespec.scm')
-rw-r--r--module/datetime/timespec.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/datetime/timespec.scm b/module/datetime/timespec.scm
index d3a84671..099634b6 100644
--- a/module/datetime/timespec.scm
+++ b/module/datetime/timespec.scm
@@ -11,6 +11,7 @@
:use-module (datetime)
:use-module (srfi srfi-1)
:use-module (srfi srfi-9 gnu)
+ :use-module (calp translation)
)
@@ -33,7 +34,7 @@
(define-public (timespec-add . specs)
(unless (apply eqv? (map timespec-type specs))
- (warning "Adding timespecs of differing types"))
+ (warning (_ "Adding timespecs of differing types")))
(reduce (lambda (spec done)
(cond