Skip to content

Commit

Permalink
Rephrase the citation references option in the narrative web report
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Jan 28, 2025
1 parent c1169b5 commit f357802
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gramps/plugins/webreport/narrativeweb.py
Original file line number Diff line number Diff line change
Expand Up @@ -2191,14 +2191,14 @@ def __add_report_html(self, menu):
(_("Drop-Down -- WebKit Browsers Only"), "DropDown"),
]
self.__citationreferents = EnumeratedListOption(
_("Citation Referents Layout"), _cit_opts[0][1]
_("Citation References Layout"), _cit_opts[0][1]
)
for layout in _cit_opts:
self.__citationreferents.add_item(layout[1], layout[0])
self.__citationreferents.set_help(
_(
"Determine the default layout for the "
"Source Page's Citation Referents section"
"Specify the default layout for the "
"Citation References section on the source page"
)
)
addopt("citationreferents", self.__citationreferents)
Expand Down

0 comments on commit f357802

Please sign in to comment.