From f99a7ae3fcda01f68c36e89e04ab378e0b95a522 Mon Sep 17 00:00:00 2001 From: waker Date: Wed, 6 Apr 2011 19:58:45 +0200 Subject: changed names in column editor to match default names --- plugins/gtkui/deadbeef.glade | 4 ++-- plugins/gtkui/interface.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/gtkui') diff --git a/plugins/gtkui/deadbeef.glade b/plugins/gtkui/deadbeef.glade index c943a006..0351668d 100644 --- a/plugins/gtkui/deadbeef.glade +++ b/plugins/gtkui/deadbeef.glade @@ -2190,8 +2190,8 @@ Artist - Album Artist Album Title -Length -Track +Duration +Track No Band / Album Artist Custom False 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")); -- cgit v1.2.3