[omemo] Make some strings translatable

This commit is contained in:
Daniel
2017-12-21 22:22:49 +01:00
parent 5e31aefe27
commit 042c491a41
3 changed files with 20 additions and 20 deletions

View File

@@ -493,8 +493,8 @@ class OMEMOConnection:
event.msg_iq.addChild(node=eme_node)
# Add Message for devices that dont support OMEMO
support_msg = 'You received a message encrypted with ' \
'OMEMO but your client doesnt support OMEMO.'
support_msg = _('You received a message encrypted with ' \
'OMEMO but your client doesnt support OMEMO.')
event.msg_iq.setBody(support_msg)
# Store Hint for MAM