summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-29 11:23:34 +0100
committerAndrew Dolgov <[email protected]>2005-12-29 11:23:34 +0100
commiteac46afbf7d8932774369376ee7b4dc2d75c3eed (patch)
treef5832faa6072675863725d7caae9410d8da7ed96
parentf33371c09fa438cef258ea38bc4571440d47fd8e (diff)
change not linked prompt in feed editor
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index cea4236a9..ca31162dc 100644
--- a/backend.php
+++ b/backend.php
@@ -1585,7 +1585,7 @@
$parent_feed = db_fetch_result($result, 0, "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 ($cat_id) {