Second update for consistent use of Gramps. See issue 3355.
svn: r13611
This commit is contained in:
@@ -263,7 +263,7 @@ def cleanup_column_name(column):
|
||||
"death cause", _("death cause")]:
|
||||
return "deathcause"
|
||||
elif retval in ["grampsid", "id", "gramps_id",
|
||||
"gramps id", _("gramps id")]:
|
||||
"gramps id", _("Gramps id")]:
|
||||
return "grampsid"
|
||||
elif retval in ["person", _("person")]:
|
||||
return "person"
|
||||
|
@@ -486,8 +486,8 @@ tool_modes = [TOOL_MODE_GUI]
|
||||
|
||||
register(TOOL,
|
||||
id = 'reorder_ids',
|
||||
name = _("Reorder GRAMPS IDs"),
|
||||
description = _("Reorders the gramps IDs "
|
||||
name = _("Reorder Gramps IDs"),
|
||||
description = _("Reorders the Gramps IDs "
|
||||
"according to Gramps' default rules."),
|
||||
version = '1.0',
|
||||
status = STABLE,
|
||||
|
@@ -945,7 +945,7 @@ class BasePage(object):
|
||||
|
||||
value = format_date(date.Today())
|
||||
msg = _('Generated by <a href = "%(homepage)s">'
|
||||
'GRAMPS</a> on %(date)s') % {
|
||||
'Gramps</a> on %(date)s') % {
|
||||
'date': value, 'homepage' : const.URL_HOMEPAGE
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user