Fix of issue 2525 underline in name.
svn: r11378
This commit is contained in:
parent
005bb624e5
commit
cacaeddbbe
@ -143,7 +143,7 @@ _description = _('GEDCOM is used to transfer data between genealogy programs. '
|
|||||||
'Most genealogy software will accept a GEDCOM file as input.')
|
'Most genealogy software will accept a GEDCOM file as input.')
|
||||||
|
|
||||||
pmgr = PluginManager.get_instance()
|
pmgr = PluginManager.get_instance()
|
||||||
plugin = ImportPlugin(name = _('GE_DCOM'),
|
plugin = ImportPlugin(name = _('GEDCOM'),
|
||||||
description = _description,
|
description = _description,
|
||||||
import_function = importData,
|
import_function = importData,
|
||||||
extension = "ged" )
|
extension = "ged" )
|
||||||
|
@ -2465,7 +2465,7 @@ def version_is_valid(filename, cli):
|
|||||||
#
|
#
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
pmgr = PluginManager.get_instance()
|
pmgr = PluginManager.get_instance()
|
||||||
plugin = ImportPlugin(name = _('GRAMPS _XML database'),
|
plugin = ImportPlugin(name = _('GRAMPS XML database'),
|
||||||
description = _('The GRAMPS XML database is a text '
|
description = _('The GRAMPS XML database is a text '
|
||||||
'version of a family tree. It is '
|
'version of a family tree. It is '
|
||||||
'read-write compatible with the '
|
'read-write compatible with the '
|
||||||
|
Loading…
Reference in New Issue
Block a user