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

svn: r13611
This commit is contained in:
Peter Landgren
2009-11-17 20:45:58 +00:00
parent 33686fcf18
commit 900d1c57f4
9 changed files with 17 additions and 17 deletions

View File

@@ -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"

View File

@@ -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,

View File

@@ -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
}