[NewRepositoryEditor]Fix help link

This commit is contained in:
Sam Manzi 2018-03-28 12:59:09 +11:00
parent 495c7f310a
commit 469739633c
No known key found for this signature in database
GPG Key ID: F4A16068AE36B402

View File

@ -57,7 +57,7 @@ from gramps.gen.const import URL_MANUAL_SECT2
#-------------------------------------------------------------------------
WIKI_HELP_PAGE = URL_MANUAL_SECT2
WIKI_HELP_SEC = _('manual|New_Repositories_dialog')
WIKI_HELP_SEC = _('manual|New_Repository_dialog')
class EditRepository(EditPrimary):