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";