better syntax
svn: r18411
This commit is contained in:
parent
fa36bc6c29
commit
d9be4226af
@ -48,7 +48,7 @@ if not (TOOLKIT == NOWEB):
|
|||||||
register(VIEW,
|
register(VIEW,
|
||||||
id = 'htmlview',
|
id = 'htmlview',
|
||||||
name = _("Html View"),
|
name = _("Html View"),
|
||||||
description = _("A view allowing to see html pages embedded in Gramps"),
|
description = _("A view showing html pages embedded in Gramps"),
|
||||||
version = '1.0',
|
version = '1.0',
|
||||||
gramps_target_version = '3.4',
|
gramps_target_version = '3.4',
|
||||||
status = STABLE,
|
status = STABLE,
|
||||||
|
@ -60,7 +60,7 @@ order = START,
|
|||||||
register(VIEW,
|
register(VIEW,
|
||||||
id = 'grampletview',
|
id = 'grampletview',
|
||||||
name = _("Gramplet View"),
|
name = _("Gramplet View"),
|
||||||
description = _("The view allowing to see Gramplets"),
|
description = _("The view showing Gramplets"),
|
||||||
version = '1.0',
|
version = '1.0',
|
||||||
gramps_target_version = '3.4',
|
gramps_target_version = '3.4',
|
||||||
status = STABLE,
|
status = STABLE,
|
||||||
|
Loading…
Reference in New Issue
Block a user