From 4eabee4b9264fca75a2458eabd9bafd41db61d48 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sat, 1 Jul 2017 20:22:27 -0700 Subject: [PATCH] slight tweaks to two wiki pointers --- gramps/gui/selectors/selectsource.py | 4 ++-- gramps/gui/undohistory.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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' #------------------------------------------------------------------------- #