commit 9318f1b338f6844324a529b4d2322dc7fee03ea2
Author: Juergen Spitzmueller <[email protected]>
Date:   Tue Apr 19 15:12:56 2022 +0200

    Improve string
---
 src/support/debug.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/support/debug.cpp b/src/support/debug.cpp
index 63e9abd..04485be 100644
--- a/src/support/debug.cpp
+++ b/src/support/debug.cpp
@@ -71,7 +71,7 @@ DebugErrorItem errorTags[] = {
        { Debug::RTL,       "rtl",       N_("RTL/Bidi")},
        { Debug::LOCALE,    "locale",    N_("Locale/Internationalisation")},
        { Debug::SELECTION, "selection", N_("Selection copy/paste mechanism")},
-       { Debug::FIND,      "find",      N_("Find and replace mechanism, short 
version")},
+       { Debug::FIND,      "find",      N_("Find and replace mechanism, terse 
version")},
        { 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")},
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to