Merge pull request #589 from sam-m888/fixhelplinks50.
This commit is contained in:
commit
cb0bd32aa3
@ -57,7 +57,7 @@ from gramps.gen.const import URL_MANUAL_SECT2
|
|||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
WIKI_HELP_PAGE = 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):
|
class EditRepository(EditPrimary):
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ from gi.repository import Gtk, Gdk
|
|||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
from gramps.gen.const import URL_MANUAL_PAGE
|
from gramps.gen.const import URL_MANUAL_PAGE
|
||||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||||
_ = glocale.translation.gettext
|
_ = glocale.translation.sgettext
|
||||||
|
|
||||||
from gramps.gen.config import config
|
from gramps.gen.config import config
|
||||||
from gramps.gen.db import DbTxn
|
from gramps.gen.db import DbTxn
|
||||||
|
Loading…
Reference in New Issue
Block a user