fix typos
svn: r10567
This commit is contained in:
parent
2ef49fc82e
commit
313f83fe32
@ -46,7 +46,7 @@ class HasMarkerBase(Rule):
|
|||||||
|
|
||||||
labels = [ _('Marker type:')]
|
labels = [ _('Marker type:')]
|
||||||
name = _('Has marker of')
|
name = _('Has marker of')
|
||||||
description = _("Matches markers of a partikular type")
|
description = _("Matches markers of a particular type")
|
||||||
category = _('General filters')
|
category = _('General filters')
|
||||||
|
|
||||||
def apply(self, db, obj):
|
def apply(self, db, obj):
|
||||||
|
@ -329,7 +329,7 @@ class AllRelReport():
|
|||||||
else:
|
else:
|
||||||
sdoc.header1(_("Remarks"))
|
sdoc.header1(_("Remarks"))
|
||||||
sdoc.paragraph("")
|
sdoc.paragraph("")
|
||||||
sdoc.paragraph(_("The following problems where encountered:"))
|
sdoc.paragraph(_("The following problems were encountered:"))
|
||||||
|
|
||||||
for msg in msg_list :
|
for msg in msg_list :
|
||||||
sdoc.paragraph(msg)
|
sdoc.paragraph(msg)
|
||||||
|
Loading…
Reference in New Issue
Block a user