Skip to content

Commit

Permalink
Tooltips: fix cue mode setting location
Browse files Browse the repository at this point in the history
  • Loading branch information
asymmetric authored Dec 20, 2024
1 parent cf9c4fe commit dbaabbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skin/legacy/tooltips.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ void Tooltips::addStandardTooltips() {
QString cueWhilePlaying = tr("Stops track at cue point, OR go to cue point and play after release (CUP mode).");
QString cueWhileStopped = tr("Set cue point (Pioneer/Mixxx/Numark mode), set cue point and play after release (CUP mode) "
"OR preview from it (Denon mode).");
QString cueHint = tr("Hint: Change the default cue mode in Preferences -> Interface.");
QString cueHint = tr("Hint: Change the default cue mode in Preferences -> Decks.");
QString latchingPlay = tr("Is latching the playing state.");

// Currently used for decks
Expand Down

0 comments on commit dbaabbb

Please sign in to comment.