From 17177aaf3ff383ed944c177ddc98186f74998ce2 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 20 Sep 2012 13:34:19 +0200 Subject: [PATCH] Simplify translation string. --- src/Buffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index c9d9e6b6ba..15bead5d11 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -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()) { -- 2.39.5