better string (elimate double is) thanks nicfit
This commit is contained in:
parent
8d54408175
commit
01df80d910
|
@ -865,7 +865,7 @@ class Chat:
|
||||||
x, y = textview.window_to_buffer_coords(gtk.TEXT_WINDOW_TEXT, pointer_x,
|
x, y = textview.window_to_buffer_coords(gtk.TEXT_WINDOW_TEXT, pointer_x,
|
||||||
pointer_y)
|
pointer_y)
|
||||||
position = textview.window.get_origin()
|
position = textview.window.get_origin()
|
||||||
self.line_tooltip.show_tooltip(_('Below this ruler is what is new since you last payed attention to this group chat'), (0, 8),
|
self.line_tooltip.show_tooltip(_('Below this ruler is what has been said since you last payed attention to this group chat'), (0, 8),
|
||||||
(self.window.get_screen().get_display().get_pointer()[1],
|
(self.window.get_screen().get_display().get_pointer()[1],
|
||||||
position[1] + pointer_y))
|
position[1] + pointer_y))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue