Skip to content

Commit

Permalink
Change text for Original Year
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdmdm authored and hatstand committed May 28, 2020
1 parent ed0078b commit 32cb04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playlist/playlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ QString Playlist::column_name(Column column) {
case Column_Year:
return tr("Year");
case Column_OriginalYear:
return tr("Original year");
return tr("Year - original"); // Done like this so sorts beside "Year" when editing smart playlists
case Column_Genre:
return tr("Genre");
case Column_AlbumArtist:
Expand Down

0 comments on commit 32cb04f

Please sign in to comment.