Some changes in tool tip.

svn: r12374
This commit is contained in:
Peter Landgren 2009-03-21 19:04:39 +00:00
parent ff9cabf0bb
commit 5a5c0ef7fe

View File

@ -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()