Skip to content
Snippets Groups Projects
Commit 1ed52152 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

[wrong_layout] Fix not escaped html chars

Description is provided in manifest.ini
parent 7ab55d6c
No related branches found
No related tags found
1 merge request!41Improved error messages
......@@ -12,8 +12,6 @@ from plugins.helpers import log_calls
class WrongLayoutPlugin(GajimPlugin):
@log_calls('WrongLayoutPlugin')
def init(self):
self.description = _('Press alt+r to convert chars typed in '
'wrong layout Rus<>Eng')
self.config_dialog = None
self.gui_extension_points = {
'chat_control_base': (self.connect_with_chat_control,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment