Skip to content
Snippets Groups Projects
Commit 3ee3ce67 authored by Daniel Brötzmann's avatar Daniel Brötzmann
Browse files

Add translation for corrected messages

parent 71fb3d0b
No related branches found
No related tags found
No related merge requests found
......@@ -1103,7 +1103,7 @@ class ConversationTextview(GObject.GObject):
del self.corrected_text_list[correct_id]
else:
self.corrected_text_list[msg_stanza_id] = \
'<b>Message corrected. Previous message:</b>\n{}' \
_('<b>Message corrected. Original message:</b>\n{}') \
.format(GLib.markup_escape_text(old_txt))
corrected = True
except TypeError:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment