[omemo] Make some strings translatable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user