]> git.lyx.org Git - features.git/commitdiff
Simplify translation string.
authorPavel Sanda <sanda@lyx.org>
Thu, 20 Sep 2012 11:35:53 +0000 (13:35 +0200)
committerPavel Sanda <sanda@lyx.org>
Thu, 20 Sep 2012 11:35:53 +0000 (13:35 +0200)
src/Buffer.cpp

index 53865207f16d16344f17f6de10e63dbc03797a8d..1a85358d720999410a2f193b85569bdaf2225bde 100644 (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()) {