mirror of
https://codeberg.org/tenacityteam/tenacity
synced 2025-09-26 16:26:25 +02:00
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:
committed by
Avery King
parent
be81d31b59
commit
afceb9d672
@@ -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);
|
||||
|
Reference in New Issue
Block a user