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

Linebreas ftw ;).

parent 5638c568
No related branches found
No related tags found
No related merge requests found
......@@ -556,8 +556,8 @@ def show_line_tooltip(self):
# check if the current pointer is still over the line
position = self.tv.window.get_origin()
self.line_tooltip.show_tooltip(_('Text below this line is what has '
'been said since the last time you paid attention to this group chat'),
8, position[1] + pointer[1])
'been said since the\nlast time you paid attention to this group '
'chat'), 8, position[1] + pointer[1])
def on_textview_expose_event(self, widget, event):
expalloc = event.area
......
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