2006-10-27 Don Allingham <don@gramps-project.org>
* src/GrampsCfg.py: remove unused online maps string * src/Editors/_EditRepoRef.py: fixed transation strings * src/Editors/_EditName.py: fixed transation strings * src/Editors/_EditChildRef.py: fixed transation strings * src/ScratchPad.py: fixed transation strings * help/C/gramps.xml: update * help/C/figures/prefs.png: update * help/C/figures/select-person.py: update svn: r7460
This commit is contained in:
@ -399,7 +399,7 @@ class ScratchPadSourceRef(ScratchPadGrampsTypeWrapper):
|
||||
"\t<b>%s:</b>\t%s\n"\
|
||||
"\t<b>%s:</b>\t%s\n"\
|
||||
"\t<b>%s:</b>\t%s" % (
|
||||
_("SourceRef"),
|
||||
_("Source Reference"),
|
||||
_("Title"),escape(base.get_title()),
|
||||
_("Page"), escape(self._obj.get_page()),
|
||||
_("Text"), escape(self._obj.get_text()),
|
||||
@ -432,7 +432,7 @@ class ScratchPadEventRef(ScratchPadGrampsTypeWrapper):
|
||||
|
||||
def __init__(self, db, obj):
|
||||
ScratchPadGrampsTypeWrapper.__init__(self, db, obj)
|
||||
self._type = _("EventRef")
|
||||
self._type = _("Event Reference")
|
||||
|
||||
base = self._db.get_event_from_handle(self._obj.ref)
|
||||
self._title = base.get_description()
|
||||
|
Reference in New Issue
Block a user