From 1ed521529552e86eb5ad907c482129a91c00afb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sat, 25 Feb 2017 15:59:52 +0100 Subject: [PATCH] [wrong_layout] Fix not escaped html chars Description is provided in manifest.ini --- wrong_layout/plugin.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/wrong_layout/plugin.py b/wrong_layout/plugin.py index 797ffed..0a58c92 100644 --- a/wrong_layout/plugin.py +++ b/wrong_layout/plugin.py @@ -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,