1
0
mirror of https://github.com/virt-manager/virt-manager.git synced 2025-03-10 12:58:27 +03:00

Update pointer grab notification (Richard Laager)

This commit is contained in:
Cole Robinson 2009-01-24 15:03:53 -05:00
parent 07c93da1b9
commit e0ee7ebe60

@ -392,10 +392,8 @@ class vmmDetails(gobject.GObject):
0,
'',
_("Pointer grabbed"),
_("The mouse pointer has been restricted to the virtual " \
"console window. To release the pointer press the key pair " \
"Ctrl+Alt"),
["dismiss", _("Do not show this notification in the future")],
_("The mouse pointer has been restricted to the virtual console window. To release the pointer, press the key pair: Ctrl+Alt"),
["dismiss", _("Do not show this notification in the future.")],
{"desktop-entry": "virt-manager",
"x": x+200, "y": y},
8 * 1000)