Report cleanup.

svn: r94
This commit is contained in:
Don Allingham
2001-06-07 13:49:00 +00:00
parent 6f5767cdf0
commit 11d9e1315a
22 changed files with 935 additions and 738 deletions

View File

@@ -243,7 +243,7 @@ def dump_index(person_list,file):
def get_description():
return _("Generates relationship graphs, currently only in GraphViz format.") + \
" " + \
_("GraphViz (dot) will transform the graph into postscript, jpeg, png, vrml, svg, and many other formats.") + \
_("GraphViz (dot) can transform the graph into postscript, jpeg, png, vrml, svg, and many other formats.") + \
" " + \
_("For more information or to get a copy of GraphViz, goto http://www.graphviz.org")