[et-mgmt-tools] [PATCH] virt-manager: remove disambiguity in "free space" dialog

Mark McLoughlin markmc at redhat.com
Mon Feb 9 08:21:29 UTC 2009


Hi Guido,

On Sat, 2009-02-07 at 21:34 +0100, Guido Günther wrote:
> -                res = self.err.yes_no(_("Not Enough Free Space"), ret[1])
> +                res = self.err.yes_no(_("Not Enough Free Space"), _("%s. Continue anyway?") % ret[1])
>                  if not res:
>                      return False

See the GNOME HIG:

  http://library.gnome.org/devel/hig-book/stable/windows-alert.html.en#alert-button-order

I think what you want here is to change the buttons to Cancel/Continue -
i.e. a Cancel button and an affirmative verb button.

Cheers,
Mark.




More information about the et-mgmt-tools mailing list