formal fixes
This commit is contained in:
parent
9e9eedef95
commit
552edab800
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 Helmut Merz helmutm@cy55.de
|
# Copyright (c) 2013 Helmut Merz helmutm@cy55.de
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -366,3 +366,4 @@ class IFormManager(IClientManager):
|
||||||
description=_(u'Email address that will be used as sender '
|
description=_(u'Email address that will be used as sender '
|
||||||
'address of confirmation and feedback messages.'),
|
'address of confirmation and feedback messages.'),
|
||||||
required=False,)
|
required=False,)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue