do not is more official and that string is visible to UI

This commit is contained in:
Nikos Kouremenos 2005-09-07 22:07:39 +00:00
parent dc8657e1f6
commit cb1560effd
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class Config:
__options = {
# name: [ type, value ]
'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 ],
'autopopup': [ opt_bool, False ],
'notify_on_signin': [ opt_bool, True ],