[LyX/master] Improve string
Juergen Spitzmueller
spitz at lyx.org
Tue Apr 19 12:35:35 UTC 2022
commit 9318f1b338f6844324a529b4d2322dc7fee03ea2
Author: Juergen Spitzmueller <spitz at lyx.org>
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")},
More information about the lyx-cvs
mailing list