From ab30511ad74c09a5481d6f3cfb222bbc86a650b7 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Mon, 7 Jun 2021 08:13:28 -0400 Subject: [PATCH] Fixes so xgettext runs and doesn't extract example comments --- libraries/lib-strings/UnusedStrings.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libraries/lib-strings/UnusedStrings.h b/libraries/lib-strings/UnusedStrings.h index b83d90ba2..d45ab313e 100644 --- a/libraries/lib-strings/UnusedStrings.h +++ b/libraries/lib-strings/UnusedStrings.h @@ -8,6 +8,7 @@ **********************************************************************/ +#if 0 /* This file contains strings and comments put into the source code tree for the string freeze of a release, but while not yet in feature freeze. This allows @@ -93,6 +94,7 @@ Some example strings are also given first, to document the syntax. //XC("Spam Eggs Sausage && &Spam", "Viking menu"), // //////////////////////////////////////////////// End examples +#endif // Crash & error report window @@ -102,7 +104,7 @@ XO("Click \"Send\" to submit the report to Audacity. This information is collect XO("Problem details"), XO("Comments"), XC("&Send", "crash reporter button"), -XC("&Don’t send", "crash reporter button"), +XC("&Don't send", "crash reporter button"), // i18n-hint C++ programming exception XO("Exception code 0x%x"), // i18n-hint C++ programming exception