fix strings
This commit is contained in:
parent
7759dd9289
commit
0da3cc6820
1 changed files with 3 additions and 3 deletions
|
@ -296,11 +296,11 @@ class Config:
|
||||||
'state_muc_directed_msg_color': [ opt_color, 'red2' ],
|
'state_muc_directed_msg_color': [ opt_color, 'red2' ],
|
||||||
}, {}),
|
}, {}),
|
||||||
'contacts': ({
|
'contacts': ({
|
||||||
'gpg_enabled': [ opt_bool, True, _('Do we have GPG enabled for this contact')],
|
'gpg_enabled': [ opt_bool, True, _('Is OpenPGP enabled for this contact?')],
|
||||||
'speller_language': [ opt_str, '', _('Language for which we want to check misspeller words')],
|
'speller_language': [ opt_str, '', _('Language for which we want to check misspelled words')],
|
||||||
}, {}),
|
}, {}),
|
||||||
'rooms': ({
|
'rooms': ({
|
||||||
'speller_language': [ opt_str, '', _('Language for which we want to check misspeller words')],
|
'speller_language': [ opt_str, '', _('Language for which we want to check misspelled words')],
|
||||||
}, {}),
|
}, {}),
|
||||||
'notifications': ({
|
'notifications': ({
|
||||||
'event': [opt_str, ''],
|
'event': [opt_str, ''],
|
||||||
|
|
Loading…
Add table
Reference in a new issue