Skip to content

Commit abcda62

Browse files
Nick-HallGaryGriffin
authored andcommitted
Fix a typo in the Descendant Space Tree
1 parent 4432131 commit abcda62

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

DescendantSpaceTree/DescendantSpaceTree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ def add_menu_options(self, menu):
11081108
_("Maximum display birth year"), DEF_BIRTH_YEAR, 0, 2400
11091109
)
11101110
birth_year_limit.set_help(
1111-
_("Birth/date dates will not be displayed after this year")
1111+
_("Birth/death dates will not be displayed after this year")
11121112
)
11131113
add_option("birth_year_limit", birth_year_limit)
11141114

DescendantSpaceTree/po/template.pot

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-06-16 17:49-0600\n"
11+
"POT-Creation-Date: 2025-08-13 17:43+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -17,6 +17,17 @@ msgstr ""
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919

20+
#: DescendantSpaceTree/DescendantSpaceTree.gpr.py:26
21+
msgid "Descendant Space Tree"
22+
msgstr ""
23+
24+
#: DescendantSpaceTree/DescendantSpaceTree.gpr.py:36
25+
msgid ""
26+
"Generates a web page with an interactive graph of descendants represented as "
27+
"a Space Tree for efficient viewing, even with many descendants or "
28+
"generations."
29+
msgstr ""
30+
2031
#: DescendantSpaceTree/DescendantSpaceTree.py:102
2132
msgid "Patriarchal Line (Male ancestor)"
2233
msgstr ""
@@ -252,7 +263,7 @@ msgid "Maximum display birth year"
252263
msgstr ""
253264

254265
#: DescendantSpaceTree/DescendantSpaceTree.py:1111
255-
msgid "Birth/date dates will not be displayed after this year"
266+
msgid "Birth/death dates will not be displayed after this year"
256267
msgstr ""
257268

258269
#: DescendantSpaceTree/DescendantSpaceTree.py:1116
@@ -286,14 +297,3 @@ msgstr ""
286297
#: DescendantSpaceTree/DescendantSpaceTree.py:1144
287298
msgid "Open generated HTML file with default browser."
288299
msgstr ""
289-
290-
#: DescendantSpaceTree/DescendantSpaceTree.gpr.py:26
291-
msgid "Descendant Space Tree"
292-
msgstr ""
293-
294-
#: DescendantSpaceTree/DescendantSpaceTree.gpr.py:36
295-
msgid ""
296-
"Generates a web page with an interactive graph of descendants represented as "
297-
"a Space Tree for efficient viewing, even with many descendants or "
298-
"generations."
299-
msgstr ""

0 commit comments

Comments
 (0)