Skip to content

Commit

Permalink
Rename Library tree view entry to Tracks, since amost all is library
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Jan 14, 2017
1 parent 1348d7e commit 89383c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/mixxxlibraryfeature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ void MixxxLibraryFeature::bindWidget(WLibrary* pLibraryWidget,
}

QVariant MixxxLibraryFeature::title() {
return tr("Library");
return tr("Tracks");
}

QIcon MixxxLibraryFeature::getIcon() {
Expand Down

0 comments on commit 89383c4

Please sign in to comment.