4326: typo (contribution by Paul Franklin)
svn: r16357
This commit is contained in:
		| @@ -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) | ||||
|          | ||||
|   | ||||
| @@ -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) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user