[LyX/master] Mark aliases in the description
Juergen Spitzmueller
spitz at lyx.org
Sun Apr 24 14:14:19 UTC 2022
commit e6a7137a539d8b79c892f9043dee618d6c202d89
Author: Juergen Spitzmueller <spitz at lyx.org>
Date: Sun Apr 24 16:51:42 2022 +0200
Mark aliases in the description
---
src/support/debug.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/support/debug.cpp b/src/support/debug.cpp
index 4b32191..29dd9f2 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')")}
};
More information about the lyx-cvs
mailing list