2007-03-07 Stefan Björk <skalman@acc.umu.se>

* src/Filters/Rules/_HasMarkerBase.py (HasMarkerBase): fix typo
	* src/GrampsWidgets.py: better wording



svn: r8283
This commit is contained in:
Don Allingham
2007-03-07 15:45:32 +00:00
parent 4d009e4706
commit 03e54d00ed
5 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class HasMarkerBase(Rule):
labels = [ _('Marker type:')]
name = _('Has marker of')
description = _("Matches markers of a partikular type")
description = _("Matches markers of a particular type")
category = _('General filters')
def apply(self,db,obj):