1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 08:41:28 +00:00

mobile: change HIDE_READ option description

This commit is contained in:
Andrew Dolgov
2010-01-15 19:39:09 +03:00
parent 3a4d6df374
commit 1222c3ecba

View File

@@ -37,7 +37,7 @@
</div>
<div class="row">
<label><?php echo __('Hide read items') ?></label>
<label><?php echo __('Hide read feeds') ?></label>
<div class="toggle" id="HIDE_READ" onclick="setPref(this)" toggled="<?php echo mobile_pref_toggled($link, "HIDE_READ") ?>"><span class="thumb"></span><span class="toggleOn"><?php echo __('ON') ?></span><span class="toggleOff"><?php echo __('OFF') ?></span></div>
</div>