Skip to content
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: 5 additions & 0 deletions src/skin/legacy/tooltips.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -632,9 +632,14 @@ void Tooltips::addStandardTooltips() {
add("hotcue") << tr("Hotcue")
<< QString("%1: %2").arg(leftClick,
tr("If hotcue is set, jumps to the hotcue."))
<< tr("If hotcue is a loop cue, toggles the loop and jumps to "
"if the loop is behind the play position.")
<< tr("If hotcue is not set, sets the hotcue to the current "
"play position.")
<< quantizeSnap
<< tr("If the play position is inside an active loop, "
"stores the loop as loop cue.")
<< " " // add linebreak, '\n' would result in two linebreaks
<< QString("%1: %2").arg(rightClick,
tr("Opens a menu to clear hotcues or edit their "
"labels and colors."))
Expand Down