mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Mark aliases in the description
This commit is contained in:
parent
64ec812da5
commit
e6a7137a53
@ -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')")}
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user