]> git.lyx.org Git - lyx.git/blobdiff - src/support/debug.cpp
add onoff support for "inset-modify changetype xxx" in include inset
[lyx.git] / src / support / debug.cpp
index 3835c0019c73a1b1a0b6c12114abbc3d60600d07..96e324dcccc823a0bf97adf32e8a6e508c55dba6 100644 (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")},
@@ -61,7 +61,7 @@ ErrorItem errorTags[] = {
        { Debug::CHANGES,   "changes",   N_("Change tracking")},
        { Debug::EXTERNAL,  "external",  N_("External template/inset messages")},
        { Debug::PAINTING,  "painting",  N_("RowPainter profiling")},
-       { Debug::SCROLLING, "scrolling", N_("scrolling debugging")},
+       { Debug::SCROLLING, "scrolling", N_("Scrolling debugging")},
        { Debug::MACROS,    "macros",    N_("Math macros")},
        { Debug::RTL,       "rtl",       N_("RTL/Bidi")},
        { Debug::LOCALE,    "locale",    N_("Locale/Internationalisation")},