From 34ff80700b4189f17cfa2d51942d4eb99cd110ad Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 5 Dec 2009 05:52:19 +0000 Subject: [PATCH] 3411: Exporters "Gramps XML" and "Gramps Package" names are asymmetric svn: r13706 --- src/plugins/export/export.gpr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/export/export.gpr.py b/src/plugins/export/export.gpr.py index 01084ad73..80250195e 100644 --- a/src/plugins/export/export.gpr.py +++ b/src/plugins/export/export.gpr.py @@ -105,7 +105,7 @@ plg.extension = "gw" plg = newplugin() plg.id = 'ex_gpkg' -plg.name = _('Gra_mps package (portable XML)') +plg.name = _('Gra_mps XML Package (family tree and media)') plg.description = _('Gramps package is an archived XML family tree together ' 'with the media object files.') plg.version = '1.0' @@ -125,7 +125,7 @@ plg.extension = "gpkg" plg = newplugin() plg.id = 'ex_gramps' -plg.name = _('Gramps _XML family tree') +plg.name = _('Gramps _XML (family tree)') plg.description = _('Gramps XML export is a complete archived XML backup of a' ' Gramps family tree without the media object files.' ' Suitable for backup purposes.')