Fix presumed typo in menu item
"Sorts events" should be "Sort events".
This commit is contained in:
parent
e28a37ba14
commit
33e0345eb0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user