diff --git a/src/webapp/init.py b/src/webapp/init.py index d298b792f..cc2a97a18 100644 --- a/src/webapp/init.py +++ b/src/webapp/init.py @@ -1,6 +1,6 @@ # Gramps - a GTK+/GNOME based genealogy program # -# Copyright (C) 2009 Douglas S. Blank +# Copyright (C) 2009-2012 Douglas S. Blank # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -128,7 +128,7 @@ for table, entries in [("grampsdb.config", ('gramps_id', '"R0015"'), ("handle", '"summary"'), ("report_type", '"textreport"')), - (("name", '"GEDCOM Export"'), + (("name", '"Export"'), ('gramps_id', '"R0016"'), ("handle", '"gedcom_export"'), ("options", '"off=ged"'), @@ -138,7 +138,7 @@ for table, entries in [("grampsdb.config", ("handle", '"ex_gpkg"'), ("options", '"off=gramps"'), ("report_type", '"export"')), - (("name", '"GEDCOM Import"'), + (("name", '"Import"'), ('gramps_id', '"R0018"'), ("handle", '"im_ged"'), ("options", '"iff=ged i=http://arborvita.free.fr/Kennedy/Kennedy.ged"'),