mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:25:55 +00:00
getCategoryTitle: return translated Uncategorized (closes #506)
This commit is contained in:
@@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user