intendation error
svn: r8887
This commit is contained in:
parent
daca21383a
commit
fb5541f635
@ -1,3 +1,6 @@
|
|||||||
|
2007-08-29 Benny Malengier <bm@cage.ugent.be>
|
||||||
|
* src/Editors/_EditPerson.py: intendation error
|
||||||
|
|
||||||
2007-08-28 Don Allingham <don@gramps-project.org>
|
2007-08-28 Don Allingham <don@gramps-project.org>
|
||||||
* src/ExportOptions.py: filter proxy first pass
|
* src/ExportOptions.py: filter proxy first pass
|
||||||
* src/GrampsDbUtils/_FilterProxyDb.py: filter proxy first pass
|
* src/GrampsDbUtils/_FilterProxyDb.py: filter proxy first pass
|
||||||
|
@ -107,7 +107,7 @@ class EditPerson(EditPrimary):
|
|||||||
title = _('Person') + ': %s' % name
|
title = _('Person') + ': %s' % name
|
||||||
else:
|
else:
|
||||||
title = _('New Person')
|
title = _('New Person')
|
||||||
return title
|
return title
|
||||||
|
|
||||||
def _local_init(self):
|
def _local_init(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user