Improve language and formatting of Style Tuplets dialog
OS: macOS High Sierra (10.13), Arch.: x86_64, MuseScore version (64-bit): 3.0.0.19874, revision: 59a11cd
Format -> Style… -> Tuplets
4 types of issues
1) Use of “the” in strings is incorrect. The normal convention is not to use “the” in strings e.g. the following strings should have all “the”s removed:
Vertical Distance from the Notes
Avoid the staves
Horizontal Distance from the Notes
Distance before the stem of the first note
Distance before the head of the first note
Distance after the stem of the last note
Distance after the head of the last note
Should be
Vertical Distance from Notes
Avoid staves
Horizontal Distance from Notes
Distance before stem of first note
Distance before head of first note
Distance after stem of last note
Distance after head of last note
2) Strings Auto and Automatic are used. No reason to mix. I would suggest using
Auto for both if space (dialog width) is an issue
Automatic for both if it is not
3) Number type and Bracket type have as an option in the drop-down menu, “Nothing”. Should be “None”
4) Strings are right-aligned or centered.
Should be left-aligned like all other strings in this dialog.
Attachment | Size |
---|---|
Tuplets dialog.png | 134 KB |
Nothing.png | 17.21 KB |
Comments
There's more superluos use of "the" in several other places, check https://www.transifex.com/musescore/musescore/translate/#en_US/musescor…
Not sure where there are more to fix that just those in the tuplets section of the edit style dialog?
see https://github.com/musescore/MuseScore/pull/4422
Fixed in branch master, commit 3f54db9e54
fix #280162: Improve language and formatting of Style Tuplets dialog
And some more reformatting of the editstyle dialog
Fixed in branch master, commit 97cf1412b9
Merge pull request #4422 from Jojo-Schmitz/editstyle-tuplets
fix #280162: Improve language and formatting of Style Tuplets dialog
Automatically closed -- issue fixed for 2 weeks with no activity.