4952: Several grammar mistakes -- partial fix, remainder were by Jerome R.

svn: r18313
This commit is contained in:
Paul Franklin 2011-10-13 05:46:13 +00:00
parent c05992c0df
commit 9b90430c29

View File

@ -46,7 +46,7 @@ if OSMGPSMAP:
register(VIEW, register(VIEW,
id = 'personmap', id = 'personmap',
name = _("Person"), name = _("Person"),
description = _("A view allowing to see the places visited by " description = _("A view showing the places visited by "
"one person during his life."), "one person during his life."),
version = '1.0', version = '1.0',
gramps_target_version = '3.4', gramps_target_version = '3.4',
@ -63,7 +63,7 @@ if OSMGPSMAP:
register(VIEW, register(VIEW,
id = 'placesmap', id = 'placesmap',
name = _("Places"), name = _("Places"),
description = _("A view allowing to see all places of the database."), description = _("A view showing all places of the database."),
version = '1.0', version = '1.0',
gramps_target_version = '3.4', gramps_target_version = '3.4',
status = STABLE, status = STABLE,
@ -78,7 +78,7 @@ if OSMGPSMAP:
register(VIEW, register(VIEW,
id = 'eventsmap', id = 'eventsmap',
name = _("Events"), name = _("Events"),
description = _("A view allowing to see all events " description = _("A view showing all the event "
"places of the database."), "places of the database."),
version = '1.0', version = '1.0',
gramps_target_version = '3.4', gramps_target_version = '3.4',
@ -94,7 +94,7 @@ if OSMGPSMAP:
register(VIEW, register(VIEW,
id = 'familymap', id = 'familymap',
name = _("Family"), name = _("Family"),
description = _("A view allowing to see the places visited by " description = _("A view showing the places visited by "
"one family during all their life."), "one family during all their life."),
version = '1.0', version = '1.0',
gramps_target_version = '3.4', gramps_target_version = '3.4',