[form_handler] Make strings translatable

This commit is contained in:
Daniel Brötzmann
2020-05-11 09:59:30 +02:00
parent 56844e2651
commit ed1011730d
2 changed files with 7 additions and 4 deletions

View File

@@ -32,7 +32,8 @@ log = logging.getLogger('gajim.p.form_handler')
class FormHandlerPlugin(GajimPlugin):
def init(self):
self.description = _('Lets the user display and answer forms attached '
'to messages.')
self.config_dialog = None
self.events_handlers = {