This string cannot be translated here, because it is a layout identifier.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24266 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-04-15 15:32:02 +00:00
parent 1f544cd23c
commit c4f8a516bd

View File

@ -109,7 +109,8 @@ std::string translateRT(TextClass::ReadType rt)
} // namespace anon
docstring const TextClass::emptylayout_ = from_ascii(N_("Plain Layout"));
// This string cannot be translated, because it is a layout identifier.
docstring const TextClass::emptylayout_ = from_ascii("Plain Layout");
InsetLayout DocumentClass::empty_insetlayout_;
@ -129,6 +130,7 @@ TextClass::TextClass()
titletype_ = TITLE_COMMAND_AFTER;
titlename_ = "maketitle";
loaded_ = false;
_("Plain Layout"); // a hack to make this translatable
}