Skip to content

Commit

Permalink
and another follow-up for PR musescore#5063 ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Jul 12, 2019
1 parent 59a3d4f commit 3260bc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions share/tours/spanner-drop-apply.tour
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<Message>
<Text>Most elements on the lines palette span a range from a start element to an end element.\n
To edit its range, double-click the line (which automatically selects its end handle) and:\n
- Press Shift-Right to move that handle forward.\n
- Press Shift-Left to move that handle backward.</Text>
- Press "Shift+Right" to move that handle forward.\n
- Press "Shift+Left" to move that handle backward.</Text>
</Message>
<Message>
<Text>Alternatively, first selecting a range of elements in the score and then double-clicking a line element in the palette will add that new element across the selected range.</Text>
</Message>
</Tour>
</Tour>
4 changes: 2 additions & 2 deletions share/tours/tourxml.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ QT_TRANSLATE_NOOP3("TourXML", "MuseScore supports different types of selections:
QT_TRANSLATE_NOOP3("TourXML", "To make a single selection, click the element you want to select.\n It becomes highlighted to indicate that it is selected.\n You can use the left and right cursor keys to move the selection through the notes and rests of your score.\n Tip: if you press the \"Alt\" key (\"Option\" on macOS) along with the cursor keys you can move through other elements too,\n and also move up and down from staff to staff.", "select-tour"),
QT_TRANSLATE_NOOP3("TourXML", "A list selection is a combination of single selections.\n Press \"Ctrl\" (macOS: \"Cmd\") while clicking to add or remove elements to the list selection.\n You can also quickly select similar elements by right-clicking (macOS: \"Ctrl\"+clicking) one\n and then choosing one of the \"Select\" options from the resulting popup menu.", "select-tour"),
QT_TRANSLATE_NOOP3("TourXML", "A range selection includes everything from one point in time to another across one or more staves.\n It is indicated by a blue rectangle encompassing the entire range.\n To make a range selection, click the first note, rest, or measure you want to select, then \"Shift\"+click the last.\n You can also extend range selections by holding the \"Shift\" key while moving the cursor.", "select-tour"),
QT_TRANSLATE_NOOP3("TourXML", "Another way to make selections is to hold Shift while dragging.\n If your selection includes notes, it will automatically be made as a range selection;\n otherwise it will be made as a list selection.", "select-tour"),
QT_TRANSLATE_NOOP3("TourXML", "Another way to make selections is to hold \"Shift\" while dragging.\n If your selection includes notes, it will automatically be made as a range selection;\n otherwise it will be made as a list selection.", "select-tour"),
QT_TRANSLATE_NOOP3("TourXML", "Finally, the Selection Filter (found in the View menu) allows you to exclude elements of a given type from a range selection.", "select-tour"),
QT_TRANSLATE_NOOP3("TourXML", "Most elements on the lines palette span a range from a start element to an end element.\n\n To edit its range, double-click the line (which automatically selects its end handle) and:\n\n - Press Shift-Right to move that handle forward.\n\n - Press Shift-Left to move that handle backward.", "spanner-drop-apply"),
QT_TRANSLATE_NOOP3("TourXML", "Most elements on the lines palette span a range from a start element to an end element.\n\n To edit its range, double-click the line (which automatically selects its end handle) and:\n\n - Press \"Shift+Right\" to move that handle forward.\n\n - Press \"Shift+Left\" to move that handle backward.", "spanner-drop-apply"),
QT_TRANSLATE_NOOP3("TourXML", "Alternatively, first selecting a range of elements in the score and then double-clicking a line element in the palette will add that new element across the selected range.", "spanner-drop-apply"),
QT_TRANSLATE_NOOP3("TourXML", "Welcome to the Timeline, where you can view a high-level reduction of the score for easier navigation.\n Click \"Next\" to learn more.", "timeline-tour"),
QT_TRANSLATE_NOOP3("TourXML", "The timeline shows rehearsal marks, changes of tempo, key, and time signature, and other points of interest.\n You can click anywhere to jump to the corresponding location in your score.", "timeline-tour"),
Expand Down

0 comments on commit 3260bc7

Please sign in to comment.