Quoting Petter Reinholdtsen ([EMAIL PROTECTED]): > > > The dialog box looks like this: > > +| [!] Configurer le fuseau ho |+ > | | > | time zone code | > | | > | [Europe/Paris ] | > | | > | <Revenir e<Continuer> | > | | > +-------------------------------+ > > I suspect the problem you want to point at is the "<Revenir > e<Continuer>" part? I'm not sure what it should read, but it seem to > be two buttons printed on top of each other.
The text should be "Revenir en arrière", for "Back" Actually, this is a problem I've already seen: dialog boxes are not sized accordingly to buttons width, but only according to the text inside the dialog box. So, this problem shows up in all narrow dialog boxes with a "Back" button. This is then either a cdebconf bug or more probably a bug in the underlying windowing stuff (newt, I guess).

