4326: typos (by PaulFranklin); part I

svn: r16543
This commit is contained in:
Jérôme Rapinat 2011-02-02 18:33:16 +00:00
parent ea8792aeb2
commit c67d02847b
6 changed files with 7 additions and 7 deletions

View File

@ -184,7 +184,7 @@ class MergeMediaQuery(object):
self.phoenix.merge(self.titanic) self.phoenix.merge(self.titanic)
with self.database.transaction_begin(_("Merge Media Ojbects")) as trans: with self.database.transaction_begin(_("Merge Media Objects")) as trans:
for person in self.database.iter_people(): for person in self.database.iter_people():
if person.has_media_reference(old_handle): if person.has_media_reference(old_handle):
person.replace_media_references(old_handle, new_handle) person.replace_media_references(old_handle, new_handle)

View File

@ -102,8 +102,8 @@ class ChildEmbedList(EmbeddedList):
'del' : _('Remove the child from the family'), 'del' : _('Remove the child from the family'),
'edit' : _('Edit the child reference'), 'edit' : _('Edit the child reference'),
'share' : _('Add an existing person as a child of the family'), 'share' : _('Add an existing person as a child of the family'),
'up' : _('Move the child up in the childrens list'), 'up' : _('Move the child up in the children list'),
'down' : _('Move the child down in the childrens list'), 'down' : _('Move the child down in the children list'),
} }
_column_names = [ _column_names = [

View File

@ -1516,7 +1516,7 @@ class Descend2TreeOptions(MenuReportOptions):
category_name = _("Secondary") category_name = _("Secondary")
diffspouse = BooleanOption( diffspouse = BooleanOption(
_("Use seperate display format for spouses"), _("Use separate display format for spouses"),
True) True)
diffspouse.set_help(_("Whether spouses can have a different format.")) diffspouse.set_help(_("Whether spouses can have a different format."))
menu.add_option(category_name, "diffspouse", diffspouse) menu.add_option(category_name, "diffspouse", diffspouse)

View File

@ -160,7 +160,7 @@ plg = newplugin()
plg.id = 'ex_vcal' plg.id = 'ex_vcal'
plg.name = _('vCalendar') plg.name = _('vCalendar')
plg.name_accell = _('vC_alendar') plg.name_accell = _('vC_alendar')
plg.description = _('vCalendar is used in many calendaring and pim applications.') plg.description = _('vCalendar is used in many calendaring and PIM applications.')
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = '3.3' plg.gramps_target_version = '3.3'
plg.status = STABLE plg.status = STABLE

View File

@ -295,7 +295,7 @@ class MediaMan(tool.Tool):
def build_conclusion(self,success): def build_conclusion(self,success):
if success: if success:
conclusion_title = _('Operation succesfully finished.') conclusion_title = _('Operation successfully finished.')
conclusion_text = _( conclusion_text = _(
'The operation you requested has finished successfully. ' 'The operation you requested has finished successfully. '
'You may press OK button now to continue.') 'You may press OK button now to continue.')

View File

@ -83,7 +83,7 @@ _PERSON = "p"
_BORN = _('short for born|b.') _BORN = _('short for born|b.')
_DIED = _('short for died|d.') _DIED = _('short for died|d.')
_BAPT = _('short for baptized|bap.') _BAPT = _('short for baptized|bap.')
_CHRI = _('short for chistianized|chr.') _CHRI = _('short for christianized|chr.')
_BURI = _('short for buried|bur.') _BURI = _('short for buried|bur.')
_CREM = _('short for cremated|crem.') _CREM = _('short for cremated|crem.')