summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 765ff8ce5..73ef85774 100644
--- a/functions.php
+++ b/functions.php
@@ -1652,7 +1652,7 @@
if (db_num_rows($result) == 1) {
return db_fetch_result($result, 0, "title");
} else {
- return "Unknown category ($id)";
+ return "Uncategorized";
}
} else {
return "getFeedCatTitle($id) failed";