fix typos

svn: r4392
This commit is contained in:
Eero Tamminen 2005-04-20 20:54:21 +00:00
parent 0c426c4fc5
commit 8de4698877
3 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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.")
)

View File

@ -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>