There was an error while loading. Please reload this page.
2 parents 646b19d + 3d01eb3 commit 17d4f26Copy full SHA for 17d4f26
1 file changed
src/skin/legacy/tooltips.cpp
@@ -632,9 +632,14 @@ void Tooltips::addStandardTooltips() {
632
add("hotcue") << tr("Hotcue")
633
<< QString("%1: %2").arg(leftClick,
634
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.")
637
<< tr("If hotcue is not set, sets the hotcue to the current "
638
"play position.")
639
<< 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
643
<< QString("%1: %2").arg(rightClick,
644
tr("Opens a menu to clear hotcues or edit their "
645
"labels and colors."))
0 commit comments