3709: Typos and grammar mistakes
svn: r14841
This commit is contained in:
@@ -87,7 +87,7 @@ plg = newplugin()
|
||||
plg.id = 'im_gpkg'
|
||||
plg.name = _('Gramps package (portable XML)')
|
||||
plg.description = _('Import data from a Gramps package (an archived XML '
|
||||
'family tree together with the media object files.')
|
||||
'family tree together with the media object files.)')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.3'
|
||||
plg.status = STABLE
|
||||
|
||||
@@ -652,8 +652,8 @@ class IndivCompleteOptions(MenuReportOptions):
|
||||
|
||||
self.__update_filters()
|
||||
|
||||
sort = BooleanOption(_("List events chonologically"), True)
|
||||
sort.set_help(_("Whether to sort events into chonological order."))
|
||||
sort = BooleanOption(_("List events chronologically"), True)
|
||||
sort.set_help(_("Whether to sort events into chronological order."))
|
||||
menu.add_option(category_name, "sort", sort)
|
||||
|
||||
cites = BooleanOption(_("Include Source Information"), True)
|
||||
|
||||
Reference in New Issue
Block a user