translate accidental names in accessibleInfo
This commit is contained in:
parent
1f4decd5cb
commit
a563ecb773
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ bool Accidental::setProperty(P_ID propertyId, const QVariant& v)
|
|||
|
||||
QString Accidental::accessibleInfo()
|
||||
{
|
||||
return QString("%1: %2").arg(Element::accessibleInfo()).arg(qApp->translate("accidental", Accidental::subtype2name(accidentalType())));
|
||||
return QString("%1: %2").arg(Element::accessibleInfo()).arg(qApp->translate("accidental", Accidental::subtypeUserName()));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue