ui: change security tooltip for unencrypted wireless connections
This commit is contained in:
parent
acbd0ecd2f
commit
a6669da179
|
@ -730,11 +730,7 @@ def _update_device_panel(device, panel, buttons, full=False):
|
||||||
panel._secure.set_tooltip_text(
|
panel._secure.set_tooltip_text(
|
||||||
_(
|
_(
|
||||||
'The wireless link between this device and its receiver is not encrypted.\n'
|
'The wireless link between this device and its receiver is not encrypted.\n'
|
||||||
'\n'
|
'This is a security issue for pointing devices, and a major security issue for text-input devices.'
|
||||||
'For pointing devices (mice, trackballs, trackpads), this is a minor security issue.\n'
|
|
||||||
'\n'
|
|
||||||
'It is, however, a major security issue for text-input devices (keyboards, numpads),\n'
|
|
||||||
'because typed text can be sniffed inconspicuously by 3rd parties within range.'
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue