Skip to content

Commit

Permalink
Last played ui: shorten header title
Browse files Browse the repository at this point in the history
  • Loading branch information
ywwg committed Dec 23, 2020
1 parent 9a44f0b commit 70b0738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/basetracktablemodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ void BaseTrackTableModel::initHeaderProperties() {
defaultColumnWidth() * 3);
setHeaderProperties(
ColumnCache::COLUMN_LIBRARYTABLE_LAST_PLAYED_AT,
tr("Last Time Played"),
tr("Last Played"),
defaultColumnWidth() * 3);
setHeaderProperties(
ColumnCache::COLUMN_LIBRARYTABLE_DURATION,
Expand Down

0 comments on commit 70b0738

Please sign in to comment.