summaryrefslogtreecommitdiff
path: root/plugins/gtkui/trkproperties.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-25 15:22:56 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-25 15:22:56 +0200
commit81f879a70b0d6fe63853e2dac5b2a3e0016bc82e (patch)
tree4b9cd83517936e7e54b6c54703c5f028e96f0e6e /plugins/gtkui/trkproperties.c
parentdbe80fed40789b58890d70831f71a525585241b7 (diff)
minor tweaks to field names in trkproperties
Diffstat (limited to 'plugins/gtkui/trkproperties.c')
-rw-r--r--plugins/gtkui/trkproperties.c6
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>",