Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjs <js-gajim@webkeks.org>2008-08-09 21:16:02 +0400
committerjs <js-gajim@webkeks.org>2008-08-09 21:16:02 +0400
commitfa4c570a9f17a315e5c3e8ae17c2c7709128a742 (patch)
tree809c89836573924b32fbb2f94807cec64682717f
parent5638c568e630af6dc571fae98867804a61873b92 (diff)
Linebreas ftw ;).
-rw-r--r--src/conversation_textview.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conversation_textview.py b/src/conversation_textview.py
index 72510c1e6..d91bf3456 100644
--- a/src/conversation_textview.py
+++ b/src/conversation_textview.py
@@ -556,8 +556,8 @@ class ConversationTextview:
# 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