move some devel gramplets to UNSTABLE, do not need to translate them

This commit is contained in:
Jérôme Rapinat 2014-04-18 20:43:24 +02:00
parent 0194c4ede6
commit 9b5ab192eb

View File

@ -1190,28 +1190,28 @@ register(GRAMPLET,
register(GRAMPLET, register(GRAMPLET,
id="Python Evaluation", id="Python Evaluation",
name=_("Python Evaluation"), name="Python Evaluation",
description = _("Gramplet allowing the evaluation of python code"), description = "Gramplet allowing the evaluation of python code",
version="1.0.0", version="1.0.0",
gramps_target_version="4.1", gramps_target_version="4.1",
status = STABLE, status = UNSTABLE,
fname="eval.py", fname="eval.py",
height=200, height=200,
gramplet = 'PythonEvaluation', gramplet = 'PythonEvaluation',
gramplet_title=_("Python Evaluation"), gramplet_title="Python Evaluation",
) )
register(GRAMPLET, register(GRAMPLET,
id="Uncollected Objects", id="Uncollected Objects",
name=_("Uncollected Objects"), name="Uncollected Objects",
description = _("Gramplet showing uncollected objects"), description = "Gramplet showing uncollected objects",
version="1.0.0", version="1.0.0",
gramps_target_version="4.1", gramps_target_version="4.1",
status = STABLE, status = UNSTABLE,
fname="leak.py", fname="leak.py",
height=200, height=200,
gramplet = 'Leak', gramplet = 'Leak',
gramplet_title=_("Uncollected Objects"), gramplet_title="Uncollected Objects",
) )
register(GRAMPLET, register(GRAMPLET,