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') #------------------------------------------------------------------------- #