]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-repolist.c
Change "files" to "tree"
[ps-cgit] / ui-repolist.c
index 2018dabbeca245192fc022caec4509fcf0ee166a..d5c77ea6f011611a3a1a3bd68f319f7743aa0403 100644 (file)
@@ -90,7 +90,7 @@ void cgit_print_repolist(struct cacheitem *item)
                               "Summary", "button");
                html("S</a>");
                cgit_log_link("L", "Log", "button", NULL, NULL, NULL);
-               cgit_tree_link("F", "Files", "button", NULL, NULL, NULL);
+               cgit_tree_link("T", "Tree", "button", NULL, NULL, NULL);
                html("</td></tr>\n");
        }
        html("</table>");