do not is more official and that string is visible to UI
This commit is contained in:
parent
dc8657e1f6
commit
cb1560effd
|
@ -37,7 +37,7 @@ class Config:
|
||||||
__options = {
|
__options = {
|
||||||
# name: [ type, value ]
|
# name: [ type, value ]
|
||||||
'verbose': [ opt_bool, False ],
|
'verbose': [ opt_bool, False ],
|
||||||
'contact_mutual_removal': [ opt_bool, True, _("When we remove a contact, remove both his and our subscription, so we don't receive his presence anymore and he neither")],
|
'contact_mutual_removal': [ opt_bool, True, _('When we remove a contact, remove both his and our subscription, so we do not receive his presence anymore and he ours.')],
|
||||||
'alwaysauth': [ opt_bool, False ],
|
'alwaysauth': [ opt_bool, False ],
|
||||||
'autopopup': [ opt_bool, False ],
|
'autopopup': [ opt_bool, False ],
|
||||||
'notify_on_signin': [ opt_bool, True ],
|
'notify_on_signin': [ opt_bool, True ],
|
||||||
|
|
Loading…
Reference in New Issue