From 32633d7332584f2ee8885a092928b34957918d05 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 --- src/plugins/Merge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/Merge.py b/src/plugins/Merge.py index 178ce4e4b..4a46ff807 100644 --- a/src/plugins/Merge.py +++ b/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")