change wording
This commit is contained in:
parent
4d54dc3073
commit
a05063bf65
1 changed files with 1 additions and 1 deletions
2
htmlui.c
2
htmlui.c
|
@ -882,7 +882,7 @@ page_pvr(http_connection_t *hc, const char *remain, void *opaque)
|
|||
c++;
|
||||
|
||||
if(c == 0) {
|
||||
tcp_qprintf(&tq, "<center>Nothing in recording log</center><br>");
|
||||
tcp_qprintf(&tq, "<center>No entries</center><br>");
|
||||
}
|
||||
|
||||
pv = alloca(c * sizeof(pvr_rec_t *));
|
||||
|
|
Loading…
Add table
Reference in a new issue