Skip to content
Snippets Groups Projects
Commit c23af9c9 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Merge branch 'translation' into 'master'

Add translation for corrected messages

See merge request gajim/gajim!198
parents 91cc5cd3 3ee3ce67
No related branches found
No related tags found
No related merge requests found
...@@ -1103,7 +1103,7 @@ class ConversationTextview(GObject.GObject): ...@@ -1103,7 +1103,7 @@ class ConversationTextview(GObject.GObject):
del self.corrected_text_list[correct_id] del self.corrected_text_list[correct_id]
else: else:
self.corrected_text_list[msg_stanza_id] = \ 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)) .format(GLib.markup_escape_text(old_txt))
corrected = True corrected = True
except TypeError: 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