summaryrefslogtreecommitdiff
path: root/plugins/gtkui/interface.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-04-06 19:58:45 +0200
committerGravatar waker <wakeroid@gmail.com>2011-04-06 19:58:45 +0200
commitf99a7ae3fcda01f68c36e89e04ab378e0b95a522 (patch)
tree13b3c9f4d588af6f6e55017ea0a188ea80244b79 /plugins/gtkui/interface.c
parent56a3f6c5eb7e31825ad731f19e8c8d431dbc640f (diff)
changed names in column editor to match default names
Diffstat (limited to 'plugins/gtkui/interface.c')
-rw-r--r--plugins/gtkui/interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gtkui/interface.c b/plugins/gtkui/interface.c
index af8f1f28..5d3dde1a 100644
--- a/plugins/gtkui/interface.c
+++ b/plugins/gtkui/interface.c
@@ -1509,8 +1509,8 @@ create_editcolumndlg (void)
gtk_combo_box_append_text (GTK_COMBO_BOX (id), _("Artist"));
gtk_combo_box_append_text (GTK_COMBO_BOX (id), _("Album"));
gtk_combo_box_append_text (GTK_COMBO_BOX (id), _("Title"));
- gtk_combo_box_append_text (GTK_COMBO_BOX (id), _("Length"));
- gtk_combo_box_append_text (GTK_COMBO_BOX (id), _("Track"));
+ gtk_combo_box_append_text (GTK_COMBO_BOX (id), _("Duration"));
+ gtk_combo_box_append_text (GTK_COMBO_BOX (id), _("Track No"));
gtk_combo_box_append_text (GTK_COMBO_BOX (id), _("Band / Album Artist"));
gtk_combo_box_append_text (GTK_COMBO_BOX (id), _("Custom"));