fix typos
svn: r4392
This commit is contained in:
@@ -3,9 +3,11 @@
|
|||||||
proper family name
|
proper family name
|
||||||
|
|
||||||
2005-04-20 Eero Tamminen <eerot@sf>
|
2005-04-20 Eero Tamminen <eerot@sf>
|
||||||
|
* src/plugins/changenames.glade: fix typo
|
||||||
|
* src/plugins/TestcaseGenerator.py: fix typos in description
|
||||||
* src/plugins/DetAncestralReport.py: fix gettext usage
|
* src/plugins/DetAncestralReport.py: fix gettext usage
|
||||||
* src/plugins/DetDescendantReport.py: fix gettext usage
|
* src/plugins/DetDescendantReport.py: fix gettext usage
|
||||||
* src/plugins/ChangeNames.py: Fix typo
|
* src/plugins/ChangeNames.py: fix typo
|
||||||
|
|
||||||
2005-04-20 Don Allingham <don@gramps-project.org>
|
2005-04-20 Don Allingham <don@gramps-project.org>
|
||||||
* src/DisplayModels.py: fix bad index into list
|
* src/DisplayModels.py: fix bad index into list
|
||||||
|
@@ -537,6 +537,6 @@ register_tool(
|
|||||||
TestcaseGeneratorPlugin,
|
TestcaseGeneratorPlugin,
|
||||||
_("Generate Testcases for persons and families"),
|
_("Generate Testcases for persons and families"),
|
||||||
category=_("Debug"),
|
category=_("Debug"),
|
||||||
description=_("The testcase generator will generate some persons and families."
|
description=_("The testcase generator will generate some persons and families"
|
||||||
"that habe brolen links in the database or data that is in conflict to a relation.")
|
" that have broken links in the database or data that is in conflict to a relation.")
|
||||||
)
|
)
|
||||||
|
@@ -53,7 +53,7 @@
|
|||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="label" translatable="yes">Below is a list of the family names that
|
<property name="label" translatable="yes">Below is a list of the family names that
|
||||||
GRAMPS can convert to correct capitalization.
|
GRAMPS can convert to correct capitalization.
|
||||||
Select the names you which GRAMPS to convert. </property>
|
Select the names you wish GRAMPS to convert. </property>
|
||||||
<property name="use_underline">False</property>
|
<property name="use_underline">False</property>
|
||||||
<property name="use_markup">False</property>
|
<property name="use_markup">False</property>
|
||||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||||
|
Reference in New Issue
Block a user