From 042208cec353d57f5c9fb315b597c4098c0e975a Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 15 May 2010 15:40:19 +0200 Subject: changed "Track №" to "Track No" to be friends with intltool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/gtkui/mainplaylist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gtkui/mainplaylist.c') diff --git a/plugins/gtkui/mainplaylist.c b/plugins/gtkui/mainplaylist.c index 2ef09cf8..4c3b5d9e 100644 --- a/plugins/gtkui/mainplaylist.c +++ b/plugins/gtkui/mainplaylist.c @@ -292,7 +292,7 @@ main_playlist_init (GtkWidget *widget) { // create default set of columns add_column_helper (listview, "Playing", 50, DB_COLUMN_PLAYING, NULL, 0); add_column_helper (listview, "Artist / Album", 150, -1, "%a - %b", 0); - add_column_helper (listview, "Track №", 50, -1, "%n", 1); + add_column_helper (listview, "Track No", 50, -1, "%n", 1); add_column_helper (listview, "Title / Track Artist", 150, -1, "%t", 0); add_column_helper (listview, "Duration", 50, -1, "%l", 0); } -- cgit v1.2.3