fix text selection hint

This commit is contained in:
Maximilian Hils 2015-07-22 00:41:02 +02:00
parent cacf767b5c
commit 170568ded0
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class Window(urwid.Frame):
if not k: if not k:
if args[1] == "mouse drag": if args[1] == "mouse drag":
signals.status_message.send( signals.status_message.send(
message = "Hold down alt or ctrl to select text.", message = "Hold down shift, alt or ctrl to select text.",
expire = 1 expire = 1
) )
elif args[1] == "mouse press" and args[2] == 4: elif args[1] == "mouse press" and args[2] == 4: