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. _______________________________________________ et-mgmt-tools mailing list et-mgmt-tools@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/et-mgmt-tools