From cd88b2a0b6ebdba9397c6ad092f8c8f6fce599fd Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Tue, 27 Jun 2017 10:07:20 -0700 Subject: [PATCH] typo (thanks, Sveinn Felli) --- gramps/gui/editors/filtereditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gui/editors/filtereditor.py b/gramps/gui/editors/filtereditor.py index 4d19a5944..04de2717c 100644 --- a/gramps/gui/editors/filtereditor.py +++ b/gramps/gui/editors/filtereditor.py @@ -1184,7 +1184,7 @@ class FilterEditor(ManagedWindow): if self.check_recursive_filters(self.namespace, name): QuestionDialog( _('Delete Filter?'), _('This filter is currently being used ' - 'as the base for other filters. Deleting' + 'as the base for other filters. Deleting ' 'this filter will result in removing all ' 'other filters that depend on it.'), _('Delete Filter'),