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

@@ -1521,6 +1521,6 @@ register_tool(
tool_class = Verify,
options_class = VerifyOptions,
modes = Tool.MODE_GUI | Tool.MODE_CLI,
translated_name = _("Verify the Data..."),
translated_name = _("Verify the Data"),
description = _("Verifies the data against user-defined tests")
)