From 5a5c0ef7fe0e7f0e0e889f3526c060e59332a3e0 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Sat, 21 Mar 2009 19:04:39 +0000 Subject: [PATCH] Some changes in tool tip. svn: r12374 --- 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..74c393f4e 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()