Skip to content

Commit

Permalink
The example filename in the welcome gramplet should not be translated
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Jan 30, 2025
1 parent 927320c commit 2c606d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps/plugins/gramplet/welcomegramplet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2c606d9

Please sign in to comment.