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
14 changes: 7 additions & 7 deletions src/skin/legacy/tooltips.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -671,13 +671,13 @@ void Tooltips::addStandardTooltips() {
<< tr("Repeat")
<< tr("When active the track will repeat if you go past the end or reverse before the start.");

add("eject") << tr("Eject") << tr("Ejects track from the player.")
<< tr("Un-ejects when no track is loaded, i.e. reloads the "
"track that was ejected last (of any deck).")
<< QString("%1: %2").arg(doubleClick,
"Reloads the last replaced track. "
"If no track is loaded reloads the second-last "
"ejected track.");
add("eject")
<< tr("Eject") << tr("Ejects track from the player.")
<< tr("Un-ejects when no track is loaded, i.e. reloads the "
"track that was ejected last (of any deck).")
<< QString("%1: %2").arg(doubleClick,
tr("Reloads the last replaced track. If no track is "
"loaded reloads the second-last ejected track."));

add("hotcue") << tr("Hotcue")
<< QString("%1: %2").arg(leftClick,
Expand Down
Loading