rgheck wrote:
> +       if (!isClean()) {
> +               docstring msg = _("Buffer had unsaved changes when
>  destroyed!\n"); +               msg += emergencyWrite();
> +               frontend::Alert::warning(_("Attempting to destroy dirty
>  Buffer!"), msg); +       }
> +               

Hm. This is a message to the user. I don't think many users will be able to 
make much sense out of the term "buffer" and the action "destroy". I think I 
would be rather frightened by such a message.

Could you come up with somewhat more plain English?

Jürgen

Reply via email to