Skip to content

Commit 17d4f26

Browse files
authored
Merge pull request #12875 from ronso0/hotcue-tooltip
(fix) Tooltips: update 'hotcue' with saved loop features
2 parents 646b19d + 3d01eb3 commit 17d4f26

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/skin/legacy/tooltips.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,9 +632,14 @@ void Tooltips::addStandardTooltips() {
632632
add("hotcue") << tr("Hotcue")
633633
<< QString("%1: %2").arg(leftClick,
634634
tr("If hotcue is set, jumps to the hotcue."))
635+
<< tr("If hotcue is a loop cue, toggles the loop and jumps to "
636+
"if the loop is behind the play position.")
635637
<< tr("If hotcue is not set, sets the hotcue to the current "
636638
"play position.")
637639
<< quantizeSnap
640+
<< tr("If the play position is inside an active loop, "
641+
"stores the loop as loop cue.")
642+
<< " " // add linebreak, '\n' would result in two linebreaks
638643
<< QString("%1: %2").arg(rightClick,
639644
tr("Opens a menu to clear hotcues or edit their "
640645
"labels and colors."))

0 commit comments

Comments
 (0)