diff --git a/gramps/plugins/gramplet/welcomegramplet.py b/gramps/plugins/gramplet/welcomegramplet.py index 0bf20f397d..81bfdf85e0 100644 --- a/gramps/plugins/gramplet/welcomegramplet.py +++ b/gramps/plugins/gramplet/welcomegramplet.py @@ -265,7 +265,7 @@ def display_text(self): " the Gramps program.\n\n" ) ) - welcome += linkst(_("Example.gramps"), wiki("Example.gramps")) + "\n\n" + welcome += linkst("Example.gramps", wiki("Example.gramps")) + "\n\n" self.texteditor.set_text(welcome)