1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Bug 2636 - No thousands separator in Spectral Selection toolbar

This commit is contained in:
Leland Lucius
2021-02-01 23:22:05 -06:00
parent e89546d941
commit 31c0196bb4

View File

@@ -582,7 +582,7 @@ static const BuiltinFormatString FrequencyConverterFormats_[] = {
* the decimal point for your locale. Don't change the numbers.
* The decimal separator is specified using '<' if your language uses a ',' or
* to '>' if your language uses a '.'. */
XO("0100000>0100 Hz")
XO("010,01000>0100 Hz")
, XO("centihertz")
}
},