mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-28 00:00:18 +01:00
Increase upper limit for KHz format in spectral selection toolbar.
This commit is contained in:
@@ -479,7 +479,7 @@ const BuiltinFormatString FrequencyConverterFormats[] = {
|
||||
_("kHz"),
|
||||
/* i18n-hint: Format string for displaying frequency in kilohertz. Change
|
||||
* the decimal point for your locale. Don't change the numbers. */
|
||||
_("0100.01000 kHz|0.001")
|
||||
_("01000.01000 kHz|0.001")
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user