Skip to content

Commit

Permalink
Merge pull request #22427 from bluebear94/mf/fix-status-bar-note-name…
Browse files Browse the repository at this point in the history
…-translations

Fix note name translations in status bar
  • Loading branch information
RomanPudashkin committed Apr 19, 2024
2 parents 20c6cd3 + 2ebd565 commit 1b4dc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engraving/dom/note.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ String Note::tpcUserName(int tpc, int pitch, bool explicitAccidental, bool full)
pitchStr.replace(u"#", u"");
}

pitchStr = muse::mtrc("engraving", pitchStr);
pitchStr = muse::mtrc("global", pitchStr);

const String octaveStr = String::number(((pitch - static_cast<int>(tpc2alter(tpc))) / PITCH_DELTA_OCTAVE) - 1);

Expand Down

0 comments on commit 1b4dc75

Please sign in to comment.