PlainLayout -> Plain Layout

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23934 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-03-24 21:08:51 +00:00
parent 340b193e3d
commit 5183c380b7

View File

@ -112,7 +112,7 @@ std::string translateRT(TextClass::ReadType rt)
} // namespace anon
docstring const TextClass::emptylayout_ = from_ascii("PlainLayout");
docstring const TextClass::emptylayout_ = from_ascii(N_("Plain Layout"));
InsetLayout DocumentClass::empty_insetlayout_;
@ -132,9 +132,6 @@ TextClass::TextClass()
titletype_ = TITLE_COMMAND_AFTER;
titlename_ = "maketitle";
loaded_ = false;
// a hack to make this available for translation
// i'm sure there must be a better way (rgh)
_("PlainLayout");
}