From 25c6d5ba0d7a65a6632e6484827ef93a32787c11 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 13 May 2003 15:29:22 +0000 Subject: [PATCH] Typo svn: r1521 --- gramps2/src/ReadXML.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps2/src/ReadXML.py b/gramps2/src/ReadXML.py index 2d3ecf6c0..b640bffec 100644 --- a/gramps2/src/ReadXML.py +++ b/gramps2/src/ReadXML.py @@ -1,4 +1,4 @@ - +# # Gramps - a GTK+/GNOME based genealogy program # # Copyright (C) 2000 Donald N. Allingham @@ -192,7 +192,7 @@ def importData(database, filename, callback): except: # File is lost => ask what to do MissingMediaDialog(_("Media object could not be found"), - _("%(file_name)s was references in the database, but no longer exists. " + _("%(file_name)s is referenced in the database, but no longer exists. " "The file may have been deleted or moved to a different location. " "You may choose to either remove the reference from the database, " "keep the reference to the missing file, or select a new file."