mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Simplify translation string.
This commit is contained in:
parent
a30e4001ad
commit
13dfbd1927
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user