summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-08 10:35:05 +0100
committerAndrew Dolgov <[email protected]>2005-09-08 10:35:05 +0100
commita82065a18b430f808799634cf1132c9921a5f18b (patch)
tree8e7eb0536f5daf99b6ab05e6fa572fca46215349 /backend.php
parent7f4bd25627184798f9aa38e164dfa902172b3375 (diff)
no entries found -> no articles found
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 8b39ce5f3..7903dcf55 100644
--- a/backend.php
+++ b/backend.php
@@ -437,7 +437,7 @@
}
if ($lnum == 0) {
- print "<tr><td align='center'>No entries found.</td></tr>";
+ print "<tr><td align='center'>No articles found.</td></tr>";
}
/* while ($lnum < HEADLINES_PER_PAGE) {