From 8e823707983c9449c11e3828c0f522b003caeee6 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Sat, 21 Mar 2009 18:55:12 +0000 Subject: [PATCH] Some changes in tool tip. svn: r12372 --- src/plugins/export/ExportXml.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/export/ExportXml.py b/src/plugins/export/ExportXml.py index d8360a2d0..77fef3513 100644 --- a/src/plugins/export/ExportXml.py +++ b/src/plugins/export/ExportXml.py @@ -1219,7 +1219,8 @@ class XmlWriter(GrampsDbXmlWriter): # #------------------------------------------------------------------------ _description = _('GRAMPS XML export is a complete archived XML backup of the' - ' GRAMPS database without the media object files.' ) + ' GRAMPS database without the media object files.' + ' Suitable for backup purposes.) _config = (_('GRAMPS XML export options'), ExportOptions.WriterOptionBox) pmgr = PluginManager.get_instance()