diff --git a/gramps/gui/selectors/selectsource.py b/gramps/gui/selectors/selectsource.py index 5b99e2eab..5cdfe9597 100644 --- a/gramps/gui/selectors/selectsource.py +++ b/gramps/gui/selectors/selectsource.py @@ -42,8 +42,8 @@ from gramps.gen.const import URL_MANUAL_PAGE # Constants # #------------------------------------------------------------------------- -WIKI_HELP_PAGE = '%s_-_xxx' % URL_MANUAL_PAGE # FIXME -WIKI_HELP_SEC = _('manual|xxxx') # FIXME +# WIKI_HELP_PAGE = '%s_-_xxx' % URL_MANUAL_PAGE # FIXME +# WIKI_HELP_SEC = _('manual|xxxx') # FIXME #------------------------------------------------------------------------- # diff --git a/gramps/gui/undohistory.py b/gramps/gui/undohistory.py index b4e33d5d5..249ac969a 100644 --- a/gramps/gui/undohistory.py +++ b/gramps/gui/undohistory.py @@ -54,7 +54,7 @@ from gramps.gen.const import URL_MANUAL_PAGE # #------------------------------------------------------------------------- WIKI_HELP_PAGE = '%s_-_Keybindings' % URL_MANUAL_PAGE -WIKI_HELP_SEC = _('11') +WIKI_HELP_SEC = '11' #------------------------------------------------------------------------- #