From e5064128cc7ff5950f58d38710461194780d2bf8 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Mon, 20 Sep 2010 21:10:49 +0200 Subject: changed "File number" column title to "Item index" --- plugins/gtkui/deadbeef.glade | 2 +- plugins/gtkui/interface.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/gtkui') diff --git a/plugins/gtkui/deadbeef.glade b/plugins/gtkui/deadbeef.glade index 6dc8ed1a..34e4ace4 100644 --- a/plugins/gtkui/deadbeef.glade +++ b/plugins/gtkui/deadbeef.glade @@ -2092,7 +2092,7 @@ True - File number + Item Index Playing Album Art Artist - Album diff --git a/plugins/gtkui/interface.c b/plugins/gtkui/interface.c index 4749f4e7..7c90804c 100644 --- a/plugins/gtkui/interface.c +++ b/plugins/gtkui/interface.c @@ -1427,7 +1427,7 @@ create_editcolumndlg (void) id = gtk_combo_box_new_text (); gtk_widget_show (id); gtk_box_pack_start (GTK_BOX (hbox30), id, TRUE, TRUE, 0); - gtk_combo_box_append_text (GTK_COMBO_BOX (id), _("File number")); + gtk_combo_box_append_text (GTK_COMBO_BOX (id), _("Item Index")); gtk_combo_box_append_text (GTK_COMBO_BOX (id), _("Playing")); gtk_combo_box_append_text (GTK_COMBO_BOX (id), _("Album Art")); gtk_combo_box_append_text (GTK_COMBO_BOX (id), _("Artist - Album")); -- cgit v1.2.3