Improve string

This commit is contained in:
Juergen Spitzmueller 2022-04-19 15:12:56 +02:00
parent 1f902cc8c6
commit 9318f1b338

View File

@ -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")},