First update for consistent use of Gramps. See issue 3355.

svn: r13610
This commit is contained in:
Peter Landgren
2009-11-17 20:14:53 +00:00
parent 0e87714de3
commit 33686fcf18
71 changed files with 183 additions and 183 deletions

View File

@ -127,7 +127,7 @@ COUNTY = _("County")
COUNTRY = _("Country")
DHEAD = _("Date")
DESCRHEAD = _("Description")
GRAMPSID = _("GRAMPS ID")
GRAMPSID = _("Gramps ID")
LATITUDE = _("Latitude")
LOCATIONS = _("Alternate Locations")
LONGITUDE = _("Longitude")
@ -3317,7 +3317,7 @@ class ContactPage(BasePage):
researcher += Html("span", r.country, id = 'country', inline = True)
if r.email:
researcher += ( Html("span", id = 'email') +
Html("a", r.email, href = 'mailto:%s?subject="from GRAMPS Web Site"'
Html("a", r.email, href = 'mailto:%s?subject="from Gramps Web Site"'
% r.email, inline = True)
)
@ -5760,7 +5760,7 @@ class NavWebOptions(MenuReportOptions):
self.__gallery_changed()
nogid = BooleanOption(_('Suppress GRAMPS ID'), False)
nogid = BooleanOption(_('Suppress Gramps ID'), False)
nogid.set_help(_('Whether to include the Gramps ID of objects'))
menu.add_option(category_name, 'nogid', nogid)