Fix import error message for attribute 'rate'

This error message was copied from 'selLow' without modifying it for the correct attribute.

(cherry picked from commit 2c8f7d8fe013ea2b8c9f34167d0777a4831df803)
Signed-off-by: Avery King <gperson@disroot.org>
This commit is contained in:
Sven Giermann
2025-02-04 16:09:51 +01:00
committed by Avery King
parent be81d31b59
commit afceb9d672

View File

@@ -824,7 +824,7 @@ bool AUPImportFileHandle::HandleProject(XMLTagHandler *&handler)
{
if (!value.TryGet(dValue) || (dValue < 0.0))
{
return SetError(XO("Invalid project 'selLow' attribute."));
return SetError(XO("Invalid project 'rate' attribute."));
}
set(rate, dValue);