typo
svn: r16497
This commit is contained in:
parent
421548ce9f
commit
2b24b1210d
@ -1503,8 +1503,8 @@ class CheckIntegrity(object):
|
|||||||
|
|
||||||
if media_references:
|
if media_references:
|
||||||
self.text.write(
|
self.text.write(
|
||||||
ngettext("%(quantity)media object was referenced but not found\n",
|
ngettext("%(quantity)d media object was referenced but not found\n",
|
||||||
"%(quantity)media objects were referenced but not found\n",
|
"%(quantity)d media objects were referenced but not found\n",
|
||||||
media_references) % {'quantity': media_references}
|
media_references) % {'quantity': media_references}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user