summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-02-21 17:45:04 +0100
committerLudovic Courtès <ludo@gnu.org>2014-02-21 23:49:52 +0100
commitc1d52c71aa4fc8085a9737ad1b235ca53a854649 (patch)
tree7c328aea8f93a0d44e2c3cc76afbf00f8ed1b592 /po
parenta93e91ff484005e05491621664ab71f888ad2ba2 (diff)
downloadguix-c1d52c71aa4fc8085a9737ad1b235ca53a854649.tar.gz
guix-c1d52c71aa4fc8085a9737ad1b235ca53a854649.tar.xz
ui: Handle SRFI-35 '&message' conditions.
* guix/ui.scm (call-with-error-handling): Add case for 'message-condition?'. * po/Makevars: Fix typo in comment.
Diffstat (limited to 'po')
-rw-r--r--po/Makevars2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars
index ade615a452..d45ea4b979 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -6,7 +6,7 @@ subdir = po
top_builddir = ..
# These options get passed to xgettext. We want to catch standard
-# gettext uses, package synopses and descriptions, and SRFI-34 error
+# gettext uses, package synopses and descriptions, and SRFI-35 error
# condition messages.
XGETTEXT_OPTIONS = \
--language=Scheme --from-code=UTF-8 \