https://bugzilla.redhat.com/show_bug.cgi?id=478409 The "Pointer grabbed" libnotify popup should have a period at the end of the text and in the button. Both are full sentences. The attached patch fixes this, hopefully bringing me (close?) to the end of my minor UI bug series. I opted for a colon in the first sentence to avoid giving the impression the key combination was Ctrl + Alt + period. Richard
diff -r bbd79040d718 src/virtManager/details.py --- a/src/virtManager/details.py Mon Jan 12 15:18:14 2009 -0500 +++ b/src/virtManager/details.py Fri Jan 23 19:08:09 2009 -0600 @@ -391,9 +391,9 @@ '', _("Pointer grabbed"), _("The mouse pointer has been restricted to the virtual " \ - "console window. To release the pointer press the key pair " \ + "console window. To release the pointer, press the key pair: " \ "Ctrl+Alt"), - ["dismiss", _("Do not show this notification in the future")], + ["dismiss", _("Do not show this notification in the future.")], {"desktop-entry": "virt-manager", "x": x+200, "y": y}, 8 * 1000)
Attachment:
signature.asc
Description: This is a digitally signed message part
_______________________________________________ et-mgmt-tools mailing list et-mgmt-tools@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/et-mgmt-tools