From b03d157e8fc46735c8ac3e5cb3dc0e81b1a4271b Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 10 Feb 2002 08:44:24 +0000 Subject: [PATCH] Correcting typo about images and media objects svn: r765 --- gramps/src/plugins/Summary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/src/plugins/Summary.py b/gramps/src/plugins/Summary.py index 6be3018a8..91a44f520 100644 --- a/gramps/src/plugins/Summary.py +++ b/gramps/src/plugins/Summary.py @@ -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: