mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-13 08:51:00 +01:00
getCategoryTitle: return translated Uncategorized (closes #506)
This commit is contained in:
parent
5ba4ebc65e
commit
f99759dae4
@ -1378,7 +1378,7 @@
|
||||
if (db_num_rows($result) == 1) {
|
||||
return db_fetch_result($result, 0, "title");
|
||||
} else {
|
||||
return "Uncategorized";
|
||||
return __("Uncategorized");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user