Simplify translation string.

This commit is contained in:
Pavel Sanda 2012-09-20 13:35:53 +02:00
parent a30e4001ad
commit 13dfbd1927

View File

@ -3373,7 +3373,7 @@ void Buffer::getSourceCode(odocstream & os, string const format,
writeLyXHTMLSource(os, runparams, output);
} else if (runparams.flavor == OutputParams::TEXT) {
if (output == OnlyPreamble) {
os << _("% Plaintext does not have a preamble.");
os << "% "<< _("Plain text does not have a preamble.");
} else
writePlaintextFile(*this, os, runparams);
} else if (params().isDocBook()) {