summaryrefslogtreecommitdiff
path: root/plugins/gtkui
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
parent56a3f6c5eb7e31825ad731f19e8c8d431dbc640f (diff)
changed names in column editor to match default names
Diffstat (limited to 'plugins/gtkui')
-rw-r--r--plugins/gtkui/deadbeef.glade4
-rw-r--r--plugins/gtkui/interface.c4
2 files changed, 4 insertions, 4 deletions
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</property>
<property name="add_tearoffs">False</property>
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"));