Skip to content
Snippets Groups Projects
Commit d504aad3 authored by js's avatar js
Browse files

The text still wasn't that good. User-friendly texts sure are hard :).

parent 31ff68e6
No related branches found
No related tags found
No related merge requests found
......@@ -537,9 +537,9 @@ def show_xep0184_warning_tooltip(self):
# check if the current pointer is still over the line
position = self.tv.window.get_origin()
self.xep0184_warning_tooltip.show_tooltip(_('This icon indicates that '
'this message has not been delivered yet.\nIf this icon stays for '
"a long time, it's likely the message got lost."), 8,
position[1] + pointer[1])
'this message has not yet\nbeen received by the remote end. '
"If this icon stays\nfor a long time, it's likely the message got "
'lost.'), 8, position[1] + pointer[1])
def show_line_tooltip(self):
pointer = self.tv.get_pointer()
......
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