From 594fe80405cd8425909769e375640099b9d10e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Wed, 1 Feb 2012 19:14:14 +0000 Subject: [PATCH] fix a broken url by using sourceforge archives svn: r18807 --- src/plugins/gramplet/FaqGramplet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))