consistent naming and order of views
svn: r14233
This commit is contained in:
parent
63652c3239
commit
5b6c641650
@ -3,7 +3,7 @@ register(VIEW,
|
||||
name = _("Place Tree View"),
|
||||
description = _("A view displaying places in a tree format."),
|
||||
version = '1.0',
|
||||
status = UNSTABLE,
|
||||
status = STABLE,
|
||||
fname = 'placetreeview.py',
|
||||
authors = [u"Donald N. Allingham", u"Gary Burton", u"Nick Hall"],
|
||||
authors_email = [""],
|
||||
|
@ -127,7 +127,7 @@ order = START,
|
||||
|
||||
register(VIEW,
|
||||
id = 'personview',
|
||||
name = _("Person View"),
|
||||
name = _("Person Tree View"),
|
||||
description = _("The view showing all people in the family tree"),
|
||||
version = '1.0',
|
||||
status = STABLE,
|
||||
@ -141,7 +141,7 @@ order = START,
|
||||
|
||||
register(VIEW,
|
||||
id = 'personlistview',
|
||||
name = _("Person List View"),
|
||||
name = _("Person View"),
|
||||
description = _("The view showing all people in the family tree"
|
||||
" in a flat list"),
|
||||
version = '1.0',
|
||||
@ -151,7 +151,7 @@ authors = [u"The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
category = ("People", _("People")),
|
||||
viewclass = 'PersonListView',
|
||||
order = END,
|
||||
order = START,
|
||||
)
|
||||
register(VIEW,
|
||||
id = 'placelistview',
|
||||
|
Loading…
Reference in New Issue
Block a user