0001711: Inconsistant names for graphical reports

svn: r10152
This commit is contained in:
Brian Matherly
2008-03-01 22:47:48 +00:00
parent 1f57d5224c
commit e2bc58fe63
47 changed files with 285 additions and 230 deletions

View File

@@ -21,7 +21,7 @@
# $Id$
"""Tools/Debug/Generate Testcases for Persons and Families..."""
"""Tools/Debug/Generate Testcases for Persons and Families"""
#-------------------------------------------------------------------------
#
@@ -1395,7 +1395,7 @@ if __debug__:
tool_class = TestcaseGenerator,
options_class = TestcaseGeneratorOptions,
modes = Tool.MODE_GUI | Tool.MODE_CLI,
translated_name = _("Generate Testcases for Persons and Families..."),
translated_name = _("Generate Testcases for Persons and Families"),
status = _("Beta"),
author_name = "Martin Hawlisch",
author_email = "martin@hawlisch.de",