diff --git a/gramps/plugins/gramplet/welcomegramplet.py b/gramps/plugins/gramplet/welcomegramplet.py index 232ced628..b6ab39bd5 100644 --- a/gramps/plugins/gramplet/welcomegramplet.py +++ b/gramps/plugins/gramplet/welcomegramplet.py @@ -111,7 +111,7 @@ class WelcomeGramplet(Gramplet): welcome += linkst(_('Start with Genealogy and Gramps'), _('http://www.gramps-project.org/wiki/index.php?title=Start_with_Genealogy')) + '\n' welcome += linkst(_('Gramps online manual'), - _('http://www.gramps-project.org/wiki/index.php?title=Gramps_3.3_Wiki_Manual')) + '\n' + _('http://www.gramps-project.org/wiki/index.php?title=Gramps_4.0_Wiki_Manual')) + '\n' welcome += linkst(_('Ask questions on gramps-users mailing list'), _('http://gramps-project.org/contact/')) + '\n\n'