After discussion: People instead of Persons
svn: r20411
This commit is contained in:
parent
0478af1335
commit
fe77240a2f
@ -168,8 +168,9 @@ stock_icon = 'gramps-fanchart',
|
|||||||
|
|
||||||
register(VIEW,
|
register(VIEW,
|
||||||
id = 'personview',
|
id = 'personview',
|
||||||
name = _("Person Tree"),
|
name = _("Grouped People"),
|
||||||
description = _("The view showing all people in the family tree"),
|
description = _("The view showing all people in the family tree grouped per"
|
||||||
|
" family name"),
|
||||||
version = '1.0',
|
version = '1.0',
|
||||||
gramps_target_version = '4.0',
|
gramps_target_version = '4.0',
|
||||||
status = STABLE,
|
status = STABLE,
|
||||||
@ -184,7 +185,7 @@ stock_icon = 'gramps-tree-group',
|
|||||||
|
|
||||||
register(VIEW,
|
register(VIEW,
|
||||||
id = 'personlistview',
|
id = 'personlistview',
|
||||||
name = _("Persons"),
|
name = _("People"),
|
||||||
description = _("The view showing all people in the family tree"
|
description = _("The view showing all people in the family tree"
|
||||||
" in a flat list"),
|
" in a flat list"),
|
||||||
version = '1.0',
|
version = '1.0',
|
||||||
|
Loading…
Reference in New Issue
Block a user