First update for consistent use of Gramps. See issue 3355.
svn: r13610
This commit is contained in:
@@ -452,7 +452,7 @@ class CalendarOptions(MenuReportOptions):
|
||||
text1.set_help(_("First line of text at bottom of calendar"))
|
||||
menu.add_option(category_name, "text1", text1)
|
||||
|
||||
text2 = StringOption(_("Text Area 2"), _("Produced with GRAMPS"))
|
||||
text2 = StringOption(_("Text Area 2"), _("Produced with Gramps"))
|
||||
text2.set_help(_("Second line of text at bottom of calendar"))
|
||||
menu.add_option(category_name, "text2", text2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user