From addabc29ae67dbc09d57f8eaaf31e0e3f0510ffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sat, 25 Feb 2017 18:20:23 +0100 Subject: [PATCH] [wrong_layout] Fix not escaped html chars --- wrong_layout/manifest.ini | 4 ++-- wrong_layout/plugin.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wrong_layout/manifest.ini b/wrong_layout/manifest.ini index 5b8a64d..3ae3ac9 100644 --- a/wrong_layout/manifest.ini +++ b/wrong_layout/manifest.ini @@ -2,7 +2,7 @@ name: Wrong Layout short_name: Wrong Layout version: 0.1.3 -description: Press alt+r to convert chars typed in wrong layout Rus<>Eng +description: Press alt+r to convert chars typed in wrong layout Rus<>Eng authors: Denis Fomin -homepage: http://trac-plugins.gajim.org/wiki/WrongLayoutPlugin +homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/WrongLayoutPlugin min_gajim_version: 0.16.10 diff --git a/wrong_layout/plugin.py b/wrong_layout/plugin.py index 797ffed..dd49830 100644 --- a/wrong_layout/plugin.py +++ b/wrong_layout/plugin.py @@ -13,7 +13,7 @@ class WrongLayoutPlugin(GajimPlugin): @log_calls('WrongLayoutPlugin') def init(self): self.description = _('Press alt+r to convert chars typed in ' - 'wrong layout Rus<>Eng') + 'wrong layout Rus<>Eng') self.config_dialog = None self.gui_extension_points = { 'chat_control_base': (self.connect_with_chat_control,