2429: Typos/grammar errors
svn: r11122
This commit is contained in:
parent
b7163ea9d5
commit
b58ae794b7
@ -104,7 +104,7 @@ family_rel_descriptions = {
|
||||
"members of the same sex"),
|
||||
gen.lib.FamilyRelType.UNKNOWN : _("Unknown relationship between a man "
|
||||
"and woman"),
|
||||
gen.lib.FamilyRelType.CUSTOM : _("An unspecified relationship "
|
||||
gen.lib.FamilyRelType.CUSTOM : _("An unspecified relationship between "
|
||||
"a man and woman"),
|
||||
}
|
||||
|
||||
|
@ -1082,7 +1082,7 @@ class ViewManager:
|
||||
if not os.path.isdir(filename):
|
||||
ErrorDialog(
|
||||
_("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
|
||||
|
||||
if self.db_loader.read_file(filename):
|
||||
|
@ -75,7 +75,7 @@ database.
|
||||
</_tip>
|
||||
|
||||
<_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
|
||||
research and analysis tools such as event comparison, finding duplicate
|
||||
people, interactive descendant browser, and others.
|
||||
@ -135,7 +135,7 @@ date entry options.
|
||||
|
||||
<_tip number="21">
|
||||
<b>Duplicate Entries</b>: <b>Tools > Database Processing > 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.
|
||||
</_tip>
|
||||
|
||||
@ -181,7 +181,7 @@ listed as a child of the Active Person.
|
||||
</_tip>
|
||||
|
||||
<_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
|
||||
each parent by making the child the active person. In the
|
||||
Relationship View, click on the third icon to the right of the
|
||||
@ -426,7 +426,7 @@ original documents.
|
||||
|
||||
<_tip number="61">
|
||||
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
|
||||
records hoping for a trail when you have other unexplored leads.
|
||||
</_tip>
|
||||
@ -439,7 +439,7 @@ way in making your family history come alive.
|
||||
</_tip>
|
||||
|
||||
<_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
|
||||
your machine and restart GRAMPS.
|
||||
</_tip>
|
||||
|
@ -218,7 +218,7 @@ class Calendar(Report):
|
||||
# get data from database:
|
||||
self.collect_data()
|
||||
# generate the report:
|
||||
self.progress.set_pass(_('Formating months...'), 12)
|
||||
self.progress.set_pass(_('Formatting months...'), 12)
|
||||
for month in range(1, 13):
|
||||
self.progress.step()
|
||||
self.print_page(month)
|
||||
@ -441,7 +441,7 @@ class CalendarReport(Calendar):
|
||||
self.doc.start_paragraph('BIR-Text3style')
|
||||
self.doc.write_text(_("Relationships shown are to %s") % name_displayer.display_name(name))
|
||||
self.doc.end_paragraph()
|
||||
self.progress.set_pass(_('Formating months...'), 12)
|
||||
self.progress.set_pass(_('Formatting months...'), 12)
|
||||
for month in range(1, 13):
|
||||
self.progress.step()
|
||||
self.print_page(month)
|
||||
|
Loading…
Reference in New Issue
Block a user