mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
change not linked prompt in feed editor
This commit is contained in:
+1
-1
@@ -1585,7 +1585,7 @@
|
|||||||
$parent_feed = db_fetch_result($result, 0, "parent_feed");
|
$parent_feed = db_fetch_result($result, 0, "parent_feed");
|
||||||
|
|
||||||
print "<select id=\"iedit_parent_feed\">";
|
print "<select id=\"iedit_parent_feed\">";
|
||||||
print "<option id=\"0\">None</option>";
|
print "<option id=\"0\">Not linked</option>";
|
||||||
|
|
||||||
if (get_pref($link, 'ENABLE_FEED_CATS')) {
|
if (get_pref($link, 'ENABLE_FEED_CATS')) {
|
||||||
if ($cat_id) {
|
if ($cat_id) {
|
||||||
|
|||||||
Reference in New Issue
Block a user