From 254a605543555b5b032129970f474786f468116f Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Fri, 23 Jan 2015 21:36:24 +0000 Subject: [PATCH] 7860: Rename "Name" to "Title" --- gramps/gen/filters/rules/place/_hasplace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:'),