File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -705,13 +705,13 @@ void Tooltips::addStandardTooltips() {
705705 << tr (" Repeat" )
706706 << tr (" When active the track will repeat if you go past the end or reverse before the start." );
707707
708- add (" eject" ) << tr ( " Eject " ) << tr ( " Ejects track from the player. " )
709- << tr (" Un-ejects when no track is loaded, i.e. reloads the "
710- " track that was ejected last (of any deck). " )
711- << QString ( " %1: %2 " ). arg (doubleClick,
712- " Reloads the last replaced track. "
713- " If no track is loaded reloads the second-last "
714- " ejected track." );
708+ add (" eject" )
709+ << tr ( " Eject " ) << tr (" Ejects track from the player. " )
710+ << tr ( " Un-ejects when no track is loaded, i.e. reloads the "
711+ " track that was ejected last (of any deck). " )
712+ << QString ( " %1: %2 " ). arg (doubleClick,
713+ tr ( " Reloads the last replaced track. If no track is "
714+ " loaded reloads the second-last ejected track." ) );
715715
716716 add (" hotcue" ) << tr (" Hotcue" )
717717 << QString (" %1: %2" ).arg (leftClick,
You can’t perform that action at this time.
0 commit comments