too much beer really ---------- Forwarded message ---------- Date: Sun, 27 Jul 2003 22:52:43 +0200 (CEST) From: Braunstein Alfredo <[EMAIL PROTECTED]> To: John Levon <[EMAIL PROTECTED]> Subject: Re: [patch] buffer
Today John Levon wrote: >On Sat, Jul 26, 2003 at 09:58:50PM +0200, Braunstein Alfredo wrote: > >> supposing it sucessfully finishes compiling, can I apply this? > >Too much beer ! :^) that's actually right... > >> + string text = bformat(_("Could not open the specified " >> + "document\n%1$s."), file); > >open > >> - string text = bformat(_("Could not save the document\n%1$s."), file); >> - Alert::error(_("Could not save document"), text); > >save > >> - string text = bformat(_("Could not open the specified >> document\n%1$s."), >> - file); > >open > >> - string text = bformat(_("Could not save the specified >> document\n%1$s.\n"), >> - file); > >save > >> - string text = bformat(_("Could not save the specified >> document\n%1$s.\n"), > >save > >regards >john > Can we just consider these inconsistencies as bugs? Really, I think that they all mean the same (cannot open file for writing). Am I right? -- Ab PL/I -- "the fatal disease" -- belongs more to the problem set than to the solution set. -- Edsger W. Dijkstra, SIGPLAN Notices, Volume 17, Number 5