git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30292 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-06-28 21:53:31 +00:00
parent 943776d064
commit 336164a9ce

View File

@ -51,7 +51,7 @@ ErrorItem errorTags[] = {
{ Debug::LYXSERVER, "lyxserver", N_("External control interface")},
{ Debug::UNDO, "undo", N_("Undo/Redo mechanism")},
{ Debug::ACTION, "action", N_("User commands")},
{ Debug::LYXLEX, "lyxlex", N_("The LyX Lexxer")},
{ Debug::LYXLEX, "lyxlex", N_("The LyX Lexer")},
{ Debug::DEPEND, "depend", N_("Dependency information")},
{ Debug::INSETS, "insets", N_("LyX Insets")},
{ Debug::FILES, "files", N_("Files used by LyX")},