Mark aliases in the description

This commit is contained in:
Juergen Spitzmueller 2022-04-24 16:51:42 +02:00
parent 64ec812da5
commit e6a7137a53

View 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')")}
};