9899: typo on string
use generic 'spouse' word
This commit is contained in:
@@ -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:'):
|
||||
|
Reference in New Issue
Block a user