mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-12 11:32:21 +00:00
Simplify translation string.
This commit is contained in:
parent
743801ff71
commit
17177aaf3f
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user