From e9295da5a1f4fbbea06a8a0cac1564c9b3512c80 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Sat, 21 Mar 2009 18:58:58 +0000 Subject: [PATCH] Made a typo. svn: r12373 --- src/plugins/export/ExportXml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/export/ExportXml.py b/src/plugins/export/ExportXml.py index 77fef3513..ad40b7854 100644 --- a/src/plugins/export/ExportXml.py +++ b/src/plugins/export/ExportXml.py @@ -1220,7 +1220,7 @@ class XmlWriter(GrampsDbXmlWriter): #------------------------------------------------------------------------ _description = _('GRAMPS XML export is a complete archived XML backup of the' ' GRAMPS database without the media object files.' - ' Suitable for backup purposes.) + ' Suitable for backup purposes.') _config = (_('GRAMPS XML export options'), ExportOptions.WriterOptionBox) pmgr = PluginManager.get_instance()