diff --git a/gramps/gen/filters/rules/place/_hasplace.py b/gramps/gen/filters/rules/place/_hasplace.py index c03132041..6af70dfa9 100644 --- a/gramps/gen/filters/rules/place/_hasplace.py +++ b/gramps/gen/filters/rules/place/_hasplace.py @@ -45,7 +45,7 @@ from ....utils.location import get_locations class HasPlace(Rule): """Rule that checks for a place with a particular value""" - labels = [ _('place|Name:'), + labels = [ _('Title:'), _('Street:'), _('Locality:'), _('City:'),