* src/Bookmarks.py: use IDs instead of person references
* src/ChooseParents.py: allow for NOSORT option * src/GrampsParser.py: removed * src/GrampsXML.py: removed * src/MediaView.py: allow for NOSORT option * src/PedView.py: double click to edit * src/PeopleView.py: allow for NOSORT option * src/PlaceView.py: allow for NOSORT option * src/RelLib.py: handle bookmarks in metadata * src/ReadXML.py: merge GrampsParser * src/SourceView.py: allow for NOSORT option * src/const.py.in: fix paths for xml files * src/gramps_main.py: bookmark fixes * src/papersize.xml : move to data subdirectory * src/plugins/ReadGedcom.py: fix menu string * src/plugins/ReadNative.py: fix menu string * src/plugins/ReadPkg.py: fix menu string svn: r3085
This commit is contained in:
@@ -172,7 +172,6 @@ GLADEFILES = \
|
||||
gedcomexport.glade\
|
||||
gedcomimport.glade\
|
||||
merge.glade\
|
||||
pafexport.glade\
|
||||
patchnames.glade\
|
||||
pkgexport.glade\
|
||||
relcalc.glade\
|
||||
|
||||
@@ -71,7 +71,7 @@ UPDATE = 25
|
||||
db = None
|
||||
callback = None
|
||||
|
||||
_title_string = _("Import from GEDCOM")
|
||||
_title_string = _("GEDCOM")
|
||||
|
||||
def nocnv(s):
|
||||
return unicode(s)
|
||||
|
||||
@@ -31,7 +31,7 @@ import gtk
|
||||
import const
|
||||
import os
|
||||
|
||||
_title_string = _("Import from GRAMPS database")
|
||||
_title_string = _("GRAMPS XML database")
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
@@ -33,7 +33,7 @@ import os
|
||||
from QuestionDialog import ErrorDialog, WarningDialog
|
||||
import TarFile
|
||||
|
||||
_title_string = _("Import from GRAMPS package")
|
||||
_title_string = _("GRAMPS package")
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user