Skip to content

Commit 7617840

Browse files
committed
Add missing tr() for translated tooltips
1 parent 0428c28 commit 7617840

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/skin/legacy/tooltips.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)