summaryrefslogtreecommitdiff
path: root/plugins/gtkui/search.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-15 15:40:19 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-15 15:40:19 +0200
commit042208cec353d57f5c9fb315b597c4098c0e975a (patch)
treeedfe57070cc080bb000d3c05b73c2a924eed6a5a /plugins/gtkui/search.c
parent621f858501ae8f70df41936aa33a2af66d580cca (diff)
changed "Track №" to "Track No" to be friends with intltool
Diffstat (limited to 'plugins/gtkui/search.c')
-rw-r--r--plugins/gtkui/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/search.c b/plugins/gtkui/search.c
index aaa7f72d..ef34cd24 100644
--- a/plugins/gtkui/search.c
+++ b/plugins/gtkui/search.c
@@ -430,7 +430,7 @@ search_playlist_init (GtkWidget *widget) {
DB_conf_item_t *col = deadbeef->conf_find ("search.column.", NULL);
if (!col) {
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);
}