Correcting typo about images and media objects

svn: r765
This commit is contained in:
Unknown 2002-02-10 08:44:24 +00:00
parent 6210114b6e
commit b03d157e8f

View File

@ -106,7 +106,7 @@ def report(database,person):
text = text + "%s : %d\n" % (_("Individuals with media objects"),with_photos)
text = text + "%s : %d\n" % (_("Total number of media object references"),total_photos)
text = text + "%s : %d\n" % (_("Number of unique media objects"),pobjects)
text = text + "%s : %d %s\n" % (_("Total size of images"),bytes,\
text = text + "%s : %d %s\n" % (_("Total size of media objects"),bytes,\
_("bytes"))
if len(notfound) > 0: