From 660e642bd91fc33e87c9ce311d7adb96ca6abf06 Mon Sep 17 00:00:00 2001 From: Eero Tamminen Date: Wed, 16 Apr 2008 18:33:58 +0000 Subject: [PATCH] fix more typos svn: r10570 --- src/ReportBase/_GraphvizReportDialog.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ReportBase/_GraphvizReportDialog.py b/src/ReportBase/_GraphvizReportDialog.py index 817381e48..5726bae47 100644 --- a/src/ReportBase/_GraphvizReportDialog.py +++ b/src/ReportBase/_GraphvizReportDialog.py @@ -758,14 +758,14 @@ class GraphvizReportDialog(ReportDialog): h_pages.set_help(_("GraphViz can create very large graphs by " "spreading the graph across a rectangular " "array of pages. This controls the number " - "pages in the array horizontally.")) + "of pages in the array horizontally.")) self.options.add_menu_option(category, "h_pages", h_pages) v_pages = NumberOption(_("Number of Vertical Pages"), 1, 1, 25) v_pages.set_help(_("GraphViz can create very large graphs by " "spreading the graph across a rectangular " "array of pages. This controls the number " - "pages in the array vertically.")) + "of pages in the array vertically.")) self.options.add_menu_option(category, "v_pages", v_pages) page_dir = EnumeratedListOption(_("Paging Direction"), 0)