]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
change wording
authorAndreas Öman <andreas@lonelycoder.com>
Wed, 13 Feb 2008 17:39:39 +0000 (17:39 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Wed, 13 Feb 2008 17:39:39 +0000 (17:39 +0000)
htmlui.c

index 6963a74075e6f28577ac8f7da8aa4c442db5e769..44caa4ae6769bf0cccf13e18365538fde45dace6 100644 (file)
--- 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, "<center>Nothing in recording log</center><br>");
+    tcp_qprintf(&tq, "<center>No entries</center><br>");
   }
 
   pv = alloca(c * sizeof(pvr_rec_t *));