diff --git a/htmlui.c b/htmlui.c index 6963a740..44caa4ae 100644 --- a/htmlui.c +++ b/htmlui.c @@ -882,7 +882,7 @@ page_pvr(http_connection_t *hc, const char *remain, void *opaque) c++; if(c == 0) { - tcp_qprintf(&tq, "
Nothing in recording log

"); + tcp_qprintf(&tq, "
No entries

"); } pv = alloca(c * sizeof(pvr_rec_t *));