Philipp Hörist pushed to branch master at gajim / gajim
Commits:
3ee3ce67 by Daniel at 2018-01-22T11:55:32+01:00
Add translation for corrected messages
- - - - -
c23af9c9 by Philipp Hörist at 2018-01-22T17:16:13+01:00
Merge branch 'translation' into 'master'
Add translation for corrected messages
See merge request gajim/gajim!198
- - - - -
1 changed file:
- gajim/conversation_textview.py
Changes:
=====================================
gajim/conversation_textview.py
=====================================
--- a/gajim/conversation_textview.py
+++ b/gajim/conversation_textview.py
@@ -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:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/compare/91cc5cd33a58d36b651ab50b6592138c6b8484a9...c23af9c9e7b78b399b3e494eebbc73974da5ef5a
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/compare/91cc5cd33a58d36b651ab50b6592138c6b8484a9...c23af9c9e7b78b399b3e494eebbc73974da5ef5a
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits