Menu entry and dialog box title bar out of sync with each other
Reported version
3.0
Type
Functional
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
The following menu entries have dialog boxes where the title bar is different
Menu entry title bar
Format -> Style… vs Edit General Style
Suggestion: change dialog title bar to Style
Plugin Creator... vs MuseScore Plugin Creator
Suggestion: change dialog title bar to Plugin Creator
Comments
https://github.com/musescore/MuseScore/pull/4430
There are more cases than these two. "Edit Staff/Part Properties" is one I remember.
What is its counterpart, what should it be? Right-click "Staff properties..."? This is not just out of sync, but utterly wrong, it isn't Staff properties but Part Properties and was ever since. So if changing anything that this to "Staff/part properties..."
Thanks Isaac. As a first pass, I only did the (File/Edit/View) menus and was thinking of doing context menus at a second round. Context menus are a lot more difficult to find since the menu changes all the time depending on where you click (unless any of you know of a way to identify context menus and their contents. Identifying a dialog box that comes from a menu entry is usually easy since it is trailed by "...".
Jojo - since we have identified this one, we may well take care of it. Current values:
menu: Staff Properties
heading: Edit Staff/Part Properties
In a dialog box where you edit stuff, "Edit" is redundant. This dialog covers Staff and Part and indeed has subheadings / sections for Staff Properties and Part Properties
My very strong preference is to change both menu and heading to
Staff/Part Properties
ps: this would definitely be a big improvement in making the menu option more intuitive. About 99.9% of the time, when I choose this option to modify things relating to the Part, not the Staff, and the menu entry was confusing for a while until I remembered to choose Staff Properties for modifications to the part.
I added those to the PR
Fixed in branch master, commit e31a1cd9e1
fix #280210: Menu entry and dialog box title bar out of sync with each other
Fixed in branch master, commit 32f646f148
Merge pull request #4430 from Jojo-Schmitz/texts
fix #280210: Menu entry and dialog box title bar out of sync with each other
Automatically closed -- issue fixed for 2 weeks with no activity.