Fix presumed typo in menu item

"Sorts events" should be "Sort events".
This commit is contained in:
John Muccigrosso 2020-10-07 00:39:33 +02:00 committed by Nick Hall
parent e28a37ba14
commit 33e0345eb0

View File

@ -389,14 +389,14 @@ tool_modes = [TOOL_MODE_GUI, TOOL_MODE_CLI]
#------------------------------------------------------------------------
#
# Sorts events
# Sort events
#
#------------------------------------------------------------------------
register(TOOL,
id = 'sortevents',
name = _("Sorts events"),
description = _("Sorts events"),
name = _("Sort events"),
description = _("Sort events"),
version = '1.0',
gramps_target_version = MODULE_VERSION,
status = STABLE,