From 1a4482b867b74183c6bef3ae17913edab64835d4 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Thu, 14 Jun 2001 17:13:58 +0000 Subject: [PATCH] Fixed messages svn: r131 --- gramps/src/plugins/Merge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/src/plugins/Merge.py b/gramps/src/plugins/Merge.py index 178ce4e4b..4a46ff807 100644 --- a/gramps/src/plugins/Merge.py +++ b/gramps/src/plugins/Merge.py @@ -935,7 +935,7 @@ def runTool(database,active_person,callback): # #------------------------------------------------------------------------- def get_description(): - return _("Searches the entire database, looking for individual entries that may represent the same person") + return _("Searches the entire database, looking for individual entries that may represent the same person.") def get_name(): return _("Database Processing/Merge people")