Fix of issue 2525 underline in name.

svn: r11378
This commit is contained in:
Peter Landgren 2008-12-01 12:58:59 +00:00
parent 005bb624e5
commit cacaeddbbe
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ _description = _('GEDCOM is used to transfer data between genealogy programs. '
'Most genealogy software will accept a GEDCOM file as input.')
pmgr = PluginManager.get_instance()
plugin = ImportPlugin(name = _('GE_DCOM'),
plugin = ImportPlugin(name = _('GEDCOM'),
description = _description,
import_function = importData,
extension = "ged" )

View File

@ -2465,7 +2465,7 @@ def version_is_valid(filename, cli):
#
#------------------------------------------------------------------------
pmgr = PluginManager.get_instance()
plugin = ImportPlugin(name = _('GRAMPS _XML database'),
plugin = ImportPlugin(name = _('GRAMPS XML database'),
description = _('The GRAMPS XML database is a text '
'version of a family tree. It is '
'read-write compatible with the '