mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 08:59:28 +02:00
Fixed meany/many typo. (reported by Yuri Chornoivan)
This commit is contained in:
parent
69e9d8860a
commit
2527327fd7
@ -420,7 +420,7 @@ bool wxFloatingPointValidatorBase::DoValidateNumber(wxString * errMsg) const
|
|||||||
{
|
{
|
||||||
res = ValidatePrecision(s);
|
res = ValidatePrecision(s);
|
||||||
if ( !res )
|
if ( !res )
|
||||||
*errMsg = _("Too meany decimal digits");
|
*errMsg = _("Too many decimal digits");
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
res = IsInRange(value);
|
res = IsInRange(value);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user