aboutsummaryrefslogtreecommitdiff
path: root/module/calp/util/exceptions.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/util/exceptions.scm')
-rw-r--r--module/calp/util/exceptions.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/calp/util/exceptions.scm b/module/calp/util/exceptions.scm
index 5d6a71e8..6bfc2415 100644
--- a/module/calp/util/exceptions.scm
+++ b/module/calp/util/exceptions.scm
@@ -4,6 +4,6 @@
:use-module (hnh util exceptions))
(define-config warnings-are-errors #f
- description: (_ "Crash on warnings.")
+ description: (G_ "Crash on warnings.")
post: (@ (hnh util exceptions) warnings-are-errors)
)