3391: Some sentences missed the final dot

svn: r13674
This commit is contained in:
Jérôme Rapinat
2009-11-26 11:13:44 +00:00
parent 8aa9a86c59
commit 15f9344340
14 changed files with 29 additions and 29 deletions

View File

@@ -29,7 +29,7 @@
plg = newplugin()
plg.id = 'familylines_graph'
plg.name = _("Family Lines Graph")
plg.description = _("Produces family line graphs using GraphViz")
plg.description = _("Produces family line graphs using GraphViz.")
plg.version = '1.0'
plg.status = STABLE
plg.fname = 'GVFamilyLines.py'
@@ -51,7 +51,7 @@ plg.require_active = False
plg = newplugin()
plg.id = 'hourglass_graph'
plg.name = _("Hourglass Graph")
plg.description = _("Produces an hourglass graph using Graphviz")
plg.description = _("Produces an hourglass graph using Graphviz.")
plg.version = '1.0'
plg.status = STABLE
plg.fname = 'GVHourGlass.py'
@@ -72,7 +72,7 @@ plg.report_modes = [REPORT_MODE_GUI, REPORT_MODE_CLI]
plg = newplugin()
plg.id = 'rel_graph'
plg.name = _("Relationship Graph")
plg.description = _("Produces relationship graphs using Graphviz")
plg.description = _("Produces relationship graphs using Graphviz.")
plg.version = '1.0'
plg.status = STABLE
plg.fname = 'GVRelGraph.py'