subtype name of accidentals is not translated in select dialog
- start MuseScore in a non-English setup, where the strings flat, sharp etc. have been translated
- open or create a score that contains accidentals
- select an accidental
- right-click, more...
expected result: In that dialog subtype name of accidentals is translated
actual result: it is not...
I belive the problem is quite simply that Accidental::name2subtype() returns the tag rather than the name of the accidental, so the fix should be equally simple...
Comments
I think I'll add the fix for this to my PR https://github.com/musescore/MuseScore/pull/1961
Fixed in 586d03d492
Automatically closed -- issue fixed for 2 weeks with no activity.