Inconsistent status bar keywords
Reported version
3.4
Type
Ergonomical (UX)
Frequency
Once
Severity
S5 - Suggestion
Reproducibility
Always
Status
closed
Regression
No
Workaround
Yes
Project
Sometimes status bar keywords end with a colon character and other times they don't.
In this example we see these with colons:
- Pitch:
- Duration:
- Voice:
- Bar:
- Beat:
but these without:
- String
- Fret
- Stave
Fix version
3.5.0
Comments
Workaround is to find and fix those strings in the translations (seems it is 3 strings in total,
"%1; String %2; Fret %3", "%1 String %2 Fret %3" (Why no semicolons in this one? Seems another inconsistency, one is for the status bar, the other for screen reader software I think) and "Staff %1"
Workaround in place for en_US, en_GB and de
see https://github.com/musescore/MuseScore/pull/6176
I also see an extra space before “Bar”. Does your PR address this, @Jojo-Schmitz?
"Bar" is not in the source ("Measure" is), The translations look correct though. Nit sure where that extra space stems from, susipution:
Fixed in branch 3.x, commit a35584686c
fix #306480: inconsistent strings
Automatically closed -- issue fixed for 2 weeks with no activity.