From 3d8e5d5311271c1d4275c5e657f15860ea15713a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 10 Jan 2011 09:20:13 +0000 Subject: [PATCH] 4326: typo (contribution by Paul Franklin) svn: r16357 --- src/plugins/drawreport/AncestorTree.py | 2 +- src/plugins/drawreport/DescendTree.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/drawreport/AncestorTree.py b/src/plugins/drawreport/AncestorTree.py index 5743dbdb7..edcd7a543 100644 --- a/src/plugins/drawreport/AncestorTree.py +++ b/src/plugins/drawreport/AncestorTree.py @@ -809,7 +809,7 @@ class AncestorTree2Options(MenuReportOptions): menu.add_option(category_name, "use_note", self.usenote) self.notedisp = TextOption(_("Note to add\nto the graph\n\n$T " + - "inserts todays date"), []) + "inserts today's date"), []) self.notedisp.set_help(_("Add a personal note")) menu.add_option(category_name, "note_disp", self.notedisp) diff --git a/src/plugins/drawreport/DescendTree.py b/src/plugins/drawreport/DescendTree.py index 7afa8f0f2..ab8417a3e 100644 --- a/src/plugins/drawreport/DescendTree.py +++ b/src/plugins/drawreport/DescendTree.py @@ -1601,7 +1601,7 @@ class Descend2TreeOptions(MenuReportOptions): menu.add_option(category_name, "use_note", self.usenote) self.notedisp = TextOption(_("Note to add\nto the graph\n\n$T " + - "inserts todays date"), []) + "inserts today's date"), []) self.notedisp.set_help(_("Add a personal note")) menu.add_option(category_name, "note_disp", self.notedisp)