From e6a7137a539d8b79c892f9043dee618d6c202d89 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sun, 24 Apr 2022 16:51:42 +0200 Subject: [PATCH] Mark aliases in the description --- src/support/debug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/support/debug.cpp b/src/support/debug.cpp index 4b3219142e..29dd9f2076 100644 --- a/src/support/debug.cpp +++ b/src/support/debug.cpp @@ -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')")} }; -- 2.39.5