getCategoryTitle: return translated Uncategorized (closes #506)

This commit is contained in:
Andrew Dolgov 2012-10-06 17:47:19 +04:00
parent 5ba4ebc65e
commit f99759dae4
1 changed files with 1 additions and 1 deletions

View File

@ -1378,7 +1378,7 @@
if (db_num_rows($result) == 1) {
return db_fetch_result($result, 0, "title");
} else {
return "Uncategorized";
return __("Uncategorized");
}
}
}