Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify the text for ambitus update range. Add tooltip. #5854

Merged
merged 1 commit into from
Apr 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion mscore/inspector/inspector_ambitus.ui
Original file line number Diff line number Diff line change
Expand Up @@ -846,8 +846,11 @@
<property name="focusPolicy">
<enum>Qt::TabFocus</enum>
</property>
<property name="toolTip">
<string>Adjust the range of the ambitus to match the range of the notes that are currently on the staff.</string>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"...currentl used on..."?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I cannot say myself. I don't feel like the "used" is necessary.
I'll add it if someone agrees with you.

</property>
<property name="text">
<string>Update Range</string>
<string comment="Adjust the range of the ambitus to match the range of the notes that are currently on the staff.">Match Staff</string>
</property>
</widget>
</item>
Expand Down