From 5df1612339f96844e3491881c825854a12bac300 Mon Sep 17 00:00:00 2001 From: romjerome Date: Sat, 14 Jan 2017 17:20:26 +0100 Subject: [PATCH] 9899: typo on string use generic 'spouse' word --- gramps/gui/editors/filtereditor.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gramps/gui/editors/filtereditor.py b/gramps/gui/editors/filtereditor.py index f2cd8607e..29948dc07 100644 --- a/gramps/gui/editors/filtereditor.py +++ b/gramps/gui/editors/filtereditor.py @@ -565,8 +565,7 @@ class EditRule(ManagedWindow): elif v == _('Regular-Expression matching:'): t = MyBoolean(_('Use regular expression')) elif v == _('Include Family events:'): - t = MyBoolean(_('Also family events where person is ' - 'wife/husband')) + t = MyBoolean(_('Also family events where person is spouse')) elif v == _('Primary Role:'): t = MyBoolean(_('Only include primary participants')) elif v == _('Tag:'):