Skip to content

Commit

Permalink
Increase upper limit for KHz format in spectral selection toolbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesCrook committed Apr 16, 2017
1 parent 795cbe0 commit 80928bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/NumericTextCtrl.cpp
Expand Up @@ -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")
},
};

Expand Down

0 comments on commit 80928bf

Please sign in to comment.