mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Fixes so xgettext runs and doesn't extract example comments
This commit is contained in:
parent
e785c77226
commit
ab30511ad7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user