From fa4c570a9f17a315e5c3e8ae17c2c7709128a742 Mon Sep 17 00:00:00 2001
From: js <js-gajim@webkeks.org>
Date: Sat, 9 Aug 2008 17:16:02 +0000
Subject: [PATCH] Linebreas ftw ;).

---
 src/conversation_textview.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/conversation_textview.py b/src/conversation_textview.py
index 72510c1e6b..d91bf34568 100644
--- a/src/conversation_textview.py
+++ b/src/conversation_textview.py
@@ -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
-- 
GitLab