From 199c7ba22cba23207dd99a47576a107648ae8d76 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Wed, 21 Dec 2005 20:08:07 +0000 Subject: [PATCH] Update svn: r5607 --- gramps2/src/GrampsDb/_GrampsBSDDB.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps2/src/GrampsDb/_GrampsBSDDB.py b/gramps2/src/GrampsDb/_GrampsBSDDB.py index fe578257a..6d8c6d23e 100644 --- a/gramps2/src/GrampsDb/_GrampsBSDDB.py +++ b/gramps2/src/GrampsDb/_GrampsBSDDB.py @@ -1211,7 +1211,7 @@ class GrampsBSDDB(GrampsDbBase): note_text = event.get_note() + "\n" + \ _("Witness name: %s") % witness.val if witness.comment: - note_text += "\n" + _("Wittness comment: %s") \ + note_text += "\n" + _("Witness comment: %s") \ % witness.comment event.set_note(note_text) elif witness.type == 1: # witness ID recorded