[wrong_layout] Fix not escaped html chars

This commit is contained in:
Philipp Hörist
2017-02-25 18:20:23 +01:00
parent 9ec83e810a
commit addabc29ae
2 changed files with 3 additions and 3 deletions

View File

@@ -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&lt;&gt;Eng')
self.config_dialog = None
self.gui_extension_points = {
'chat_control_base': (self.connect_with_chat_control,