multi-feed editor: fix typo
This commit is contained in:
parent
dbfc952271
commit
43f0968ef1
|
@ -526,7 +526,7 @@
|
|||
print "<div style=\"line-height : 100%\">";
|
||||
|
||||
print "<input disabled type=\"checkbox\" name=\"private\" id=\"private\"
|
||||
$checked> <label id=\"private_l\" class='insensitive' for=\"private\">".__('Hide from Popular feeds"')."</label>";
|
||||
$checked> <label id=\"private_l\" class='insensitive' for=\"private\">".__('Hide from Popular feeds')."</label>";
|
||||
|
||||
print " "; batch_edit_cbox("private", "private_l");
|
||||
|
||||
|
|
Loading…
Reference in New Issue