Geography : geoclose : incorrect title in selection dialog.
svn: r19255
This commit is contained in:
parent
4dc30d6276
commit
ce3cb64ee9
@ -234,7 +234,8 @@ class GeoClose(GeoGraphyView):
|
||||
self.skip_list = []
|
||||
SelectPerson = SelectorFactory('Person')
|
||||
sel = SelectPerson(self.dbstate, self.uistate, self.track,
|
||||
_("Select Child"), skip=self.skip_list)
|
||||
_("Select the person which will be our reference."),
|
||||
skip=self.skip_list)
|
||||
self.refperson = sel.run()
|
||||
self.goto_handle(None)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user