3729: plugin names are description
svn: r14856
This commit is contained in:
parent
3521206d64
commit
38ae88a4ee
@ -259,7 +259,7 @@ authors_email = ["brian@gramps-project.org"],
|
||||
#------------------------------------------------------------------------
|
||||
register(GENERAL,
|
||||
id = 'libpersonview',
|
||||
name = "lib for the person list views",
|
||||
name = "person list lib",
|
||||
description = _("Provides the Base needed for the List People views.") ,
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.3',
|
||||
@ -276,7 +276,7 @@ authors_email = ["http://gramps-project.org"],
|
||||
#------------------------------------------------------------------------
|
||||
register(GENERAL,
|
||||
id = 'libplaceview',
|
||||
name = "lib for the place list views",
|
||||
name = "place list lib",
|
||||
description = _("Provides the Base needed for the List Place views.") ,
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.3',
|
||||
|
@ -227,7 +227,7 @@ for (category, item, trans) in refitems:
|
||||
|
||||
register(QUICKREPORT,
|
||||
id = 'RepoRef',
|
||||
name = _("Show Repository Reference"),
|
||||
name = _("Repository References"),
|
||||
description = _("Display the repository reference for sources related to"
|
||||
" the active repository"),
|
||||
version = '1.0',
|
||||
|
Loading…
Reference in New Issue
Block a user