From f99759dae4ce97b44da9da1edf03e4ac64085ae0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 6 Oct 2012 17:47:19 +0400 Subject: [PATCH] getCategoryTitle: return translated Uncategorized (closes #506) --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index 75ffcc8b..0156ddf9 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1378,7 +1378,7 @@ if (db_num_rows($result) == 1) { return db_fetch_result($result, 0, "title"); } else { - return "Uncategorized"; + return __("Uncategorized"); } } } -- 2.39.2