From 5ecb4d2145f5c15da3ca0c12cfed94f151fdded6 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Sun, 15 Mar 2009 19:12:32 +0000 Subject: [PATCH] Fix of issue 2820 by changeing text. svn: r12347 --- src/plugins/export/ExportXml.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/plugins/export/ExportXml.py b/src/plugins/export/ExportXml.py index aeca796bb..d8360a2d0 100644 --- a/src/plugins/export/ExportXml.py +++ b/src/plugins/export/ExportXml.py @@ -1218,10 +1218,8 @@ class XmlWriter(GrampsDbXmlWriter): # Register with the plugin system # #------------------------------------------------------------------------ -_description = _('Exporting to CD copies all your data and media object files ' - 'to the CD Creator. You may later burn the CD with this data, ' - 'and that copy will be completely portable across different ' - 'machines and binary architectures.') +_description = _('GRAMPS XML export is a complete archived XML backup of the' + ' GRAMPS database without the media object files.' ) _config = (_('GRAMPS XML export options'), ExportOptions.WriterOptionBox) pmgr = PluginManager.get_instance()