>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Martin Vermeer wrote: >> Patch attached, please review. + flag.message(bformat( + N_("Can't >> add vertical grid lines in '%1$s'"), + name_)); Angus> Don't use N_("...") here, use _("..."). No, we do use N_() here, because we want to pass the message in english to the lyxserver. Translation is done later, except that we do not do it currently :) I'll send a patch later. JMarc