-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Fix (translatable) texts in Edit style dialog #26422
base: master
Are you sure you want to change the base?
Conversation
Jojo-Schmitz
commented
Feb 10, 2025
•
edited
Loading
edited
- Placement -> Position
- Position abobe/below -> Offset above/below
- Add % suffix, move 'suffix' " / 4" and " measure" to after the spinbox and changing to "quarter" resp. "measure(s)
- Fix a reset button's accessibility text and add a missing tooltip to it
@@ -12333,6 +12336,9 @@ text x-height):</string> | |||
<property name="keyboardTracking"> | |||
<bool>false</bool> | |||
</property> | |||
<property name="suffix"> | |||
<string>%</string> | |||
</property> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a new "%" string?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, thanks for the reminder.
Will keep an eye on it and change to "notr=true" if and when needed (i.e. a decicsion between those 2 PRs has been made), or add it to #26383 if this PR here gets merged earlier
src/notation/qml/MuseScore/NotationScene/internal/EditStyle/ClefKeyTimeSigPage.qml
Outdated
Show resolved
Hide resolved
5dde3fd
to
9167ac6
Compare
<property name="text"> | ||
<string notr="true"/> | ||
<string>/ 4</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5c20666
to
bf752e8
Compare
12c1e7a
to
b56e08e
Compare
TranslatableString("action", "&Note anchored line"), | ||
TranslatableString("action", "Add note anchored line") | ||
TranslatableString("action", "&Note-anchored line"), | ||
TranslatableString("action", "Add note-anchored line") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will conflict with #26476
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Split off into #26478
b56e08e
to
59280e7
Compare
* Placement -> Position * Position abobe/below -> Offset above/below * Add % suffix, move 'suffix' " / 4" and " measure" to after the spinbox and changing to "quarter" resp. "measure(s) * Fix a reset button's accessibility text and add a missing tooltip to it
59280e7
to
20eed9d
Compare