aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nncmpp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nncmpp.c b/nncmpp.c
index 876c99b..6875f8c 100644
--- a/nncmpp.c
+++ b/nncmpp.c
@@ -2228,7 +2228,8 @@ info_tab_update (void)
info_tab_add (map, "Album");
info_tab_add (map, "Track");
info_tab_add (map, "Genre");
- info_tab_add (map, "file");
+ // Yes, it is "file", but this is also for display
+ info_tab_add (map, "File");
}
}