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