Skip to content
Snippets Groups Projects
Commit 44d152b3 authored by Alex Mauer's avatar Alex Mauer
Browse files

Rewrote tooltip text for "last read bar" to be less wordy, more concise.

parent 36cc5bfa
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ def show_line_tooltip(self):
# check if the current pointer is still over the line
position = self.window.get_origin()
win = self.get_toplevel()
self.line_tooltip.show_tooltip(_('The text below this ruler is what has been said since the last time you paid attention to this group chat'), (0, 8),
self.line_tooltip.show_tooltip(_('Text below this ruler is new since you last used this window'), (0, 8),
(win.get_screen().get_display().get_pointer()[1],
position[1] + pointer[1]))
......
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