Skip to content

Commit

Permalink
fix #30471
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Aug 22, 2014
1 parent b4dbb5a commit 66a3e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/ambitus.cpp
Expand Up @@ -724,7 +724,7 @@ Element* Ambitus::prevElement()
//---------------------------------------------------------
QString Ambitus::accessibleInfo()
{
return tr("%1; Top pitch: %2%3; Bottom pitch: %4%5").arg(Element::screenReaderInfo())\
return tr("%1; Top pitch: %2%3; Bottom pitch: %4%5").arg(Element::accessibleInfo())\
.arg(tpc2name(topTpc(), NoteSpellingType::STANDARD, false, false))\
.arg(QString::number(topOctave()))\
.arg(tpc2name(bottomTpc(), NoteSpellingType::STANDARD, false, false))\
Expand Down

0 comments on commit 66a3e5c

Please sign in to comment.