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