diff --git a/src/plugins/gramplet/FaqGramplet.py b/src/plugins/gramplet/FaqGramplet.py index 3edb5954d..b8d924de2 100644 --- a/src/plugins/gramplet/FaqGramplet.py +++ b/src/plugins/gramplet/FaqGramplet.py @@ -62,7 +62,7 @@ class FAQGramplet(Gramplet): self.render_text("\n%s\n\n" % _("Miscellaneous")) self.render_text(_(" 10. How can I make a website with Gramps and my tree?\n") % WIKI) - self.render_text(_(" 11. How do I record one's occupation?\n")) + self.render_text(_(" 11. How do I record one's occupation?\n")) self.render_text(_(" 12. What do I do if I have found a bug?\n") % WIKI) self.render_text(_(" 13. Is there a manual for Gramps?\n")) self.render_text(_(" 14. Are there tutorials available?\n"))