summaryrefslogtreecommitdiff
path: root/src/zope/i18n/zcml.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/i18n/zcml.py')
-rw-r--r--src/zope/i18n/zcml.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zope/i18n/zcml.py b/src/zope/i18n/zcml.py
index 4df9ccb..6934485 100644
--- a/src/zope/i18n/zcml.py
+++ b/src/zope/i18n/zcml.py
@@ -45,14 +45,14 @@ class IRegisterTranslationsDirective(Interface):
title=u"Directory",
description=u"Directory containing the translations",
required=True
- )
+ )
domain = TextLine(
title=u"Domain",
description=(u"Translation domain to register. If not specified, "
u"all domains found in the directory are registered"),
required=False
- )
+ )
def allow_language(lang):