4326: typo (contribution by Paul Franklin)

svn: r16357
This commit is contained in:
Jérôme Rapinat 2011-01-10 09:20:13 +00:00
parent e8953f3a73
commit 3d8e5d5311
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)