fix strings

This commit is contained in:
Nikos Kouremenos 2006-09-12 11:49:45 +00:00
parent 7759dd9289
commit 0da3cc6820

View file

@ -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, ''],