From 091a76387642440b723102139b9cd8b4cfdb9f2b 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 --- src/plugins/Summary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/Summary.py b/src/plugins/Summary.py index 6be3018a8..91a44f520 100644 --- a/src/plugins/Summary.py +++ b/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: