1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 00:49:33 +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);
if ( !res )
*errMsg = _("Too meany decimal digits");
*errMsg = _("Too many decimal digits");
else
{
res = IsInRange(value);