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