getCategoryTitle: return translated Uncategorized (closes #506)

master
Andrew Dolgov 12 years ago
parent 5ba4ebc65e
commit f99759dae4

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

Loading…
Cancel
Save