summaryrefslogtreecommitdiff
path: root/plugins/gtkui/trkproperties.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-09-20 21:36:16 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-09-20 21:36:16 +0200
commit6159e2ea740ce7c010c7ea20f0095e85b31417f5 (patch)
treeb5953d7cce2e371d0df58516f049e1e5a30ef67a /plugins/gtkui/trkproperties.c
parentf2b2bc006c9f38607315d3e5fba42d016fd3b2c2 (diff)
fixed id3v2 Performer field reading/writing (now uses txx)
Diffstat (limited to 'plugins/gtkui/trkproperties.c')
-rw-r--r--plugins/gtkui/trkproperties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c
index 55561889..9bfaa125 100644
--- a/plugins/gtkui/trkproperties.c
+++ b/plugins/gtkui/trkproperties.c
@@ -117,7 +117,7 @@ on_metadata_edited (GtkCellRendererText *renderer, gchar *path, gchar *new_text,
static const char *types[] = {
"artist", "Artist",
"title", "Track Title",
- "performer", "Performer / Conductor",
+ "performer", "Performer",
"band", "Band / Album Artist",
"album", "Album",
"year", "Date",