From 717fa8ba407b86384aa600f13e93ad7eff8ea32a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Thu, 2 Jun 2011 08:46:49 +0000 Subject: [PATCH] 4952: Several grammar mistakes svn: r17661 --- src/Filters/Rules/Place/_HasNoLatOrLon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Filters/Rules/Place/_HasNoLatOrLon.py b/src/Filters/Rules/Place/_HasNoLatOrLon.py index e62416d41..ac0d2782c 100644 --- a/src/Filters/Rules/Place/_HasNoLatOrLon.py +++ b/src/Filters/Rules/Place/_HasNoLatOrLon.py @@ -44,7 +44,7 @@ class HasNoLatOrLon(Rule): labels = [] name = _('Places with no latitude or longitude given') - description = _("Matches places with latitude or longitude empty") + description = _("Matches places with empty latitude or longitude") category = _('Position filters') def apply(self,db,place):