Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'wrong_layout/plugin.py')
-rw-r--r--wrong_layout/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrong_layout/plugin.py b/wrong_layout/plugin.py
index e013db2..4edc243 100644
--- a/wrong_layout/plugin.py
+++ b/wrong_layout/plugin.py
@@ -12,7 +12,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&lt;&gt;Eng')
self.config_dialog = None
self.gui_extension_points = {
'chat_control_base': (self.connect_with_chat_control,