From 75ac634fa984d6482ea7396b4ce2ac903f2dffbc Mon Sep 17 00:00:00 2001 From: Sam Manzi Date: Tue, 15 Sep 2015 10:10:18 +1000 Subject: [PATCH] 8888 'Person Reference Editor' add Help link & wiki section stub --- gramps/gui/editors/editpersonref.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps/gui/editors/editpersonref.py b/gramps/gui/editors/editpersonref.py index 7f86bc1e7..d41e6fbfe 100644 --- a/gramps/gui/editors/editpersonref.py +++ b/gramps/gui/editors/editpersonref.py @@ -64,8 +64,8 @@ from gramps.gen.const import URL_MANUAL_PAGE # #------------------------------------------------------------------------- -WIKI_HELP_PAGE = _('%s_-_Entering_and_editing_data:_detailed_-_part_2') % URL_MANUAL_PAGE -WIKI_HELP_SEC = _('xxx_someone_forgot_to_add_a_link_xxx') +WIKI_HELP_PAGE = _('%s_-_Entering_and_editing_data:_detailed_-_part_1') % URL_MANUAL_PAGE +WIKI_HELP_SEC = _('Person_Reference_Editor') #------------------------------------------------------------------------- #