diff options
Diffstat (limited to 'plugins/gtkui/trkproperties.c')
-rw-r--r-- | plugins/gtkui/trkproperties.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c index b24acdcc..7516de6c 100644 --- a/plugins/gtkui/trkproperties.c +++ b/plugins/gtkui/trkproperties.c @@ -90,8 +90,8 @@ on_metadata_edited (GtkCellRendererText *renderer, gchar *path, gchar *new_text, static const char *types[] = { "artist", "Artist", "title", "Track Title", - "performer", "Performer/conductor", - "band", "Band / Album artist", + "performer", "Performer / Conductor", + "band", "Band / Album Artist", "album", "Album", "year", "Date", "track", "Track Number", @@ -100,7 +100,7 @@ static const char *types[] = { "composer", "Composer", "disc", "Disc Number", "comment", "Comment", - "vendor", "Encoded by", + "vendor", "Encoder / Vendor", // nonstandard frames, let's hide them for now // "<performer>", "<PERFORMER>", // "<albumartist>", "<ALBUM ARTIST>", |