Skip to content

Commit

Permalink
Updated french translation
Browse files Browse the repository at this point in the history
  • Loading branch information
ccomb committed Oct 13, 2009
1 parent 290b1b4 commit 2d7b4b5
Show file tree
Hide file tree
Showing 4 changed files with 249 additions and 213 deletions.
4 changes: 2 additions & 2 deletions src/z3c/form/interfaces.py
Expand Up @@ -795,10 +795,10 @@ class IHandlerForm(zope.interface.Interface):

class IActionForm(zope.interface.Interface):
"""A form that stores executable actions"""

actions = zope.schema.Object(
title=_('Actions'),
description=_('A list of actons defined on the form'),
description=_('A list of actions defined on the form'),
schema=IActions,
required=True)

Expand Down

0 comments on commit 2d7b4b5

Please sign in to comment.