1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:15:56 +00:00

rewrite per-feed/global strip images to strip media

This commit is contained in:
Andrew Dolgov
2018-09-07 10:24:46 +03:00
parent d2e1e60ecc
commit d4fef36237
2 changed files with 3 additions and 3 deletions

View File

@@ -697,7 +697,7 @@ class Pref_Feeds extends Handler_Protected {
print "<hr/><input dojoType=\"dijit.form.CheckBox\" type=\"checkbox\" id=\"hide_images\"
name=\"hide_images\"
$checked>&nbsp;<label for=\"hide_images\">".
__('Do not embed images')."</label>";
__('Do not embed media')."</label>";
$cache_images = $row["cache_images"];
@@ -888,7 +888,7 @@ class Pref_Feeds extends Handler_Protected {
name=\"hide_images\"
dojoType=\"dijit.form.CheckBox\">&nbsp;<label class='insensitive' id=\"hide_images_l\"
for=\"hide_images\">".
__('Do not embed images')."</label>";
__('Do not embed media')."</label>";
print "&nbsp;"; $this->batch_edit_cbox("hide_images", "hide_images_l");