fix typos
svn: r4392
This commit is contained in:
parent
0c426c4fc5
commit
8de4698877
@ -3,9 +3,11 @@
|
||||
proper family name
|
||||
|
||||
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/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>
|
||||
* src/DisplayModels.py: fix bad index into list
|
||||
|
@ -537,6 +537,6 @@ register_tool(
|
||||
TestcaseGeneratorPlugin,
|
||||
_("Generate Testcases for persons and families"),
|
||||
category=_("Debug"),
|
||||
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.")
|
||||
description=_("The testcase generator will generate some persons and families"
|
||||
" 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="label" translatable="yes">Below is a list of the family names that
|
||||
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_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
|
Loading…
x
Reference in New Issue
Block a user