Simplify translation string.

This commit is contained in:
Pavel Sanda 2012-09-20 13:34:19 +02:00
parent 743801ff71
commit 17177aaf3f

View File

@ -3271,7 +3271,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()) {