* src/Plugins.py: Fix label for the tools dialog.
* src/gramps.glade: Add accelerators to filter controls. * src/places.glade: Fix accelerator in Edit Plase dialog. * src/gramps_main.py: Typo. * src/PlaceView.py: Likewise. * src/GenericFilter.py: Likewise. * src/gramps_main.py: fixed delete person problem. svn: r2187
This commit is contained in:
@ -519,7 +519,7 @@ class IsAncestorOfFilterMatch(IsAncestorOf):
|
||||
|
||||
def description(self):
|
||||
return _("Matches people that are ancestors "
|
||||
"of of someone matched by a filter")
|
||||
"of someone matched by a filter")
|
||||
|
||||
def category(self):
|
||||
return _("Ancestral filters")
|
||||
|
Reference in New Issue
Block a user