2429: Typos/grammar errorsdata/tips.xml.in

svn: r11120
This commit is contained in:
Jérôme Rapinat 2008-10-06 12:34:19 +00:00
parent 9b053b3295
commit 931a8fb8ea
3 changed files with 4 additions and 4 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

@ -1062,7 +1062,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

@ -219,7 +219,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)
@ -440,7 +440,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)