From 13dfbd1927ea9a4e8954a6ad0c58e0ef90c71d29 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 20 Sep 2012 13:35:53 +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 53865207f1..1a85358d72 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -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()) { -- 2.39.2