Skip to content

Commit

Permalink
Merge pull request #23570 from cbjeukendrup/translations/martele
Browse files Browse the repository at this point in the history
Fix spelling of "Martelé"
  • Loading branch information
cbjeukendrup authored Jul 11, 2024
2 parents 1efba9e + 6a78a0e commit 39d9e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engraving/types/typesconv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ static const std::vector<Item<PlayingTechniqueType> > PLAY_TECH_TYPES = {
{ PlayingTechniqueType::Mute, "mute", muse::TranslatableString("engraving/playtechtype", "Mute") },
{ PlayingTechniqueType::Tremolo, "tremolo", muse::TranslatableString("engraving/playtechtype", "Tremolo") },
{ PlayingTechniqueType::Detache, "detache", muse::TranslatableString("engraving/playtechtype", "Detaché") },
{ PlayingTechniqueType::Martele, "martele", muse::TranslatableString("engraving/playtechtype", "Martèle") },
{ PlayingTechniqueType::Martele, "martele", muse::TranslatableString("engraving/playtechtype", "Martelé") },
{ PlayingTechniqueType::ColLegno, "col_legno", muse::TranslatableString("engraving/playtechtype", "Col legno") },
{ PlayingTechniqueType::SulPonticello, "sul_ponticello", muse::TranslatableString("engraving/playtechtype", "Sul ponticello") },
{ PlayingTechniqueType::SulTasto, "sul_tasto", muse::TranslatableString("engraving/playtechtype", "Sul tasto") },
Expand Down

0 comments on commit 39d9e65

Please sign in to comment.