The branch, 2.0.x, has been updated.

- Log -----------------------------------------------------------------

commit 17177aaf3ff383ed944c177ddc98186f74998ce2
Author: Pavel Sanda <sa...@lyx.org>
Date:   Thu Sep 20 13:34:19 2012 +0200

    Simplify translation string.

diff --git a/src/Buffer.cpp b/src/Buffer.cpp
index c9d9e6b..15bead5 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()) {

-----------------------------------------------------------------------

Summary of changes:
 src/Buffer.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to