rename YEAR tag to DATE tag (as it should've been from the beginning)

This commit is contained in:
Andrzej Rybczak
2012-07-16 00:42:40 +02:00
parent a22e875473
commit 8b2fd356b7
12 changed files with 27 additions and 33 deletions

View File

@@ -57,7 +57,7 @@ std::string IntoStr(mpd_tag_type tag) // this is only for left column's title in
case MPD_TAG_GENRE:
return "Genre";
case MPD_TAG_DATE:
return "Year";
return "Date";
case MPD_TAG_COMPOSER:
return "Composer";
case MPD_TAG_PERFORMER: