Skip to content

Commit

Permalink
Merge pull request #14045 from asymmetric/patch-1
Browse files Browse the repository at this point in the history
Tooltips: fix cue mode setting location
  • Loading branch information
ronso0 authored Dec 22, 2024
2 parents 9fd5d19 + dbaabbb commit dd77781
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 dd77781

Please sign in to comment.