]> git.lyx.org Git - features.git/commitdiff
Mark aliases in the description
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 24 Apr 2022 14:51:42 +0000 (16:51 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 24 Apr 2022 14:51:42 +0000 (16:51 +0200)
src/support/debug.cpp

index 4b3219142eceab696dba64660821a3e3a540f534..29dd9f2076368539fd35a43fca87bbf4eb43be3c 100644 (file)
@@ -48,7 +48,7 @@ DebugErrorItem errorTags[] = {
        { Debug::LYXRC,     "lyxrc",     N_("Configuration files reading")},
        { Debug::KBMAP,     "kbmap",     N_("Custom keyboard definition")},
        { Debug::OUTFILE,   "outfile",   N_("Output source file generation/processing")},
-       { Debug::OUTFILE,   "latex",     N_("Output source file generation/processing")},
+       { Debug::OUTFILE,   "latex",     N_("Output source file generation/processing (alias to 'outfile')")},
        { Debug::MATHED,    "mathed",    N_("Math editor")},
        { Debug::FONT,      "font",      N_("Font handling")},
        { Debug::TCLASS,    "tclass",    N_("Textclass files reading")},
@@ -75,7 +75,7 @@ DebugErrorItem errorTags[] = {
        { Debug::FINDVERBOSE,"findverbose", N_("Find and replace mechanism, verbose version")},
        { Debug::DEBUG,     "debug",     N_("Developers' general debug messages")},
        { Debug::ANY,       "any",       N_("All debugging messages")},
-       { Debug::ANY,       "all",       N_("All debugging messages")}
+       { Debug::ANY,       "all",       N_("All debugging messages (alias to 'all')")}
 };