summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-15 19:39:09 +0300
committerAndrew Dolgov <[email protected]>2010-01-15 19:39:09 +0300
commit1222c3ecba5eb7733bdc9c2aaf993bdbcd1a1e68 (patch)
treee1d2c15f50df639772cf01998af0a1b5a03e77e9 /mobile
parent3a4d6df37436f09b7afacf3db39653cb86563dfe (diff)
mobile: change HIDE_READ option description
Diffstat (limited to 'mobile')
-rw-r--r--mobile/prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/prefs.php b/mobile/prefs.php
index b25cb2f94..08d6d1b55 100644
--- a/mobile/prefs.php
+++ b/mobile/prefs.php
@@ -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>