translate accidental names in accessibleInfo

This commit is contained in:
Joachim Schmitz 2014-12-12 14:08:06 +01:00
parent 1f4decd5cb
commit a563ecb773

View file

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