Skip to content

Commit

Permalink
Merge pull request #11860 from ronso0/tooltip-track-comment
Browse files Browse the repository at this point in the history
tooltips: add 'track_comment'
  • Loading branch information
daschuer committed Aug 24, 2023
2 parents a5bdd6f + 324c399 commit 75833c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/skin/legacy/tooltips.cpp
Expand Up @@ -818,6 +818,15 @@ void Tooltips::addStandardTooltips() {
<< tr("Displays the musical key of the loaded track.")
<< trackTags;

add("track_comment")
<< tr("Track Comment")
<< tr("Displays the comment tag of the loaded track.")
<< trackTags + "\n"
<< dropTracksHere
<< dragItem
<< QString("%1: %2").arg(doubleClick, trackProperties)
<< QString("%1: %2").arg(rightClick, trackMenu);

add("text")
<< tr("Track Artist/Title")
<< tr("Displays the artist and title of the loaded track.")
Expand Down

0 comments on commit 75833c0

Please sign in to comment.