1
0
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:
james.k.crook@gmail.com 2014-11-16 13:39:18 +00:00
parent 69e9d8860a
commit 2527327fd7

View File

@ -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);