From 61354cd3b2ad148a67f35b31d71400a694f2a69e Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 15 Apr 2008 15:32:46 +0000 Subject: [PATCH] Fix comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24267 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/TextClass.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/TextClass.cpp b/src/TextClass.cpp index 0ed38f34b3..b86086c579 100644 --- a/src/TextClass.cpp +++ b/src/TextClass.cpp @@ -109,7 +109,8 @@ std::string translateRT(TextClass::ReadType rt) } // namespace anon -// This string cannot be translated, because it is a layout identifier. +// This string should not be translated here, +// because it is a layout identifier. docstring const TextClass::emptylayout_ = from_ascii("Plain Layout");