1
0
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:
James Crook
2017-04-16 18:51:42 +01:00
parent 795cbe0c0c
commit 80928bfe61

View File

@@ -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")
},
};