2429: Typos/grammar errors

svn: r11122
This commit is contained in:
Jérôme Rapinat 2008-10-06 12:36:03 +00:00
parent b7163ea9d5
commit b58ae794b7
4 changed files with 9 additions and 9 deletions

View File

@ -104,7 +104,7 @@ family_rel_descriptions = {
"members of the same sex"), "members of the same sex"),
gen.lib.FamilyRelType.UNKNOWN : _("Unknown relationship between a man " gen.lib.FamilyRelType.UNKNOWN : _("Unknown relationship between a man "
"and woman"), "and woman"),
gen.lib.FamilyRelType.CUSTOM : _("An unspecified relationship " gen.lib.FamilyRelType.CUSTOM : _("An unspecified relationship between "
"a man and woman"), "a man and woman"),
} }

View File

@ -1082,7 +1082,7 @@ class ViewManager:
if not os.path.isdir(filename): if not os.path.isdir(filename):
ErrorDialog( ErrorDialog(
_("Could not load a recent Family Tree."), _("Could not load a recent Family Tree."),
_("Family Tree does not exists, as it has been deleted.")) _("Family Tree does not exist, as it has been deleted."))
return return
if self.db_loader.read_file(filename): if self.db_loader.read_file(filename):

View File

@ -75,7 +75,7 @@ database.
</_tip> </_tip>
<_tip number="13"> <_tip number="13">
GRAMPS comes with a rich set of tools. These allows you to undertake GRAMPS comes with a rich set of tools. These allow you to undertake
operations such as checking database for errors and consistency, as well as operations such as checking database for errors and consistency, as well as
research and analysis tools such as event comparison, finding duplicate research and analysis tools such as event comparison, finding duplicate
people, interactive descendant browser, and others. people, interactive descendant browser, and others.
@ -135,7 +135,7 @@ date entry options.
<_tip number="21"> <_tip number="21">
<b>Duplicate Entries</b>: <b>Tools &gt; Database Processing &gt; Find <b>Duplicate Entries</b>: <b>Tools &gt; Database Processing &gt; Find
possible duplicate</b> people allows you to located (and merge) entries possible duplicate</b> people allows you to locate (and merge) entries
of the same person entered more than once in the database. of the same person entered more than once in the database.
</_tip> </_tip>
@ -181,7 +181,7 @@ listed as a child of the Active Person.
</_tip> </_tip>
<_tip number="28"> <_tip number="28">
<b>Editing The Relationship of a Child</b>: Not all children are the related by <b>Editing The Relationship of a Child</b>: Not all children are related by
birth to their parents. You can edit the relationship of a child to birth to their parents. You can edit the relationship of a child to
each parent by making the child the active person. In the each parent by making the child the active person. In the
Relationship View, click on the third icon to the right of the Relationship View, click on the third icon to the right of the
@ -426,7 +426,7 @@ original documents.
<_tip number="61"> <_tip number="61">
Go from what you know to what you do not. Always record everything that is Go from what you know to what you do not. Always record everything that is
known before making conjecture. Often the facts at hand suggest plenty of known before making conjectures. Often the facts at hand suggest plenty of
direction for more research. Don't waste time looking through thousands of direction for more research. Don't waste time looking through thousands of
records hoping for a trail when you have other unexplored leads. records hoping for a trail when you have other unexplored leads.
</_tip> </_tip>
@ -439,7 +439,7 @@ way in making your family history come alive.
</_tip> </_tip>
<_tip number="63"> <_tip number="63">
GRAMPS has been translated to 15 languages. If GRAMPS supports your GRAMPS has been translated to more than 20 languages. If GRAMPS supports your
language and it is not being displayed, set the default language on language and it is not being displayed, set the default language on
your machine and restart GRAMPS. your machine and restart GRAMPS.
</_tip> </_tip>

View File

@ -218,7 +218,7 @@ class Calendar(Report):
# get data from database: # get data from database:
self.collect_data() self.collect_data()
# generate the report: # generate the report:
self.progress.set_pass(_('Formating months...'), 12) self.progress.set_pass(_('Formatting months...'), 12)
for month in range(1, 13): for month in range(1, 13):
self.progress.step() self.progress.step()
self.print_page(month) self.print_page(month)
@ -441,7 +441,7 @@ class CalendarReport(Calendar):
self.doc.start_paragraph('BIR-Text3style') self.doc.start_paragraph('BIR-Text3style')
self.doc.write_text(_("Relationships shown are to %s") % name_displayer.display_name(name)) self.doc.write_text(_("Relationships shown are to %s") % name_displayer.display_name(name))
self.doc.end_paragraph() self.doc.end_paragraph()
self.progress.set_pass(_('Formating months...'), 12) self.progress.set_pass(_('Formatting months...'), 12)
for month in range(1, 13): for month in range(1, 13):
self.progress.step() self.progress.step()
self.print_page(month) self.print_page(month)