mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
1f544cd23c
commit
c4f8a516bd
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user