summaryrefslogtreecommitdiff
path: root/mobile/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-06-14 12:39:37 +0400
committerAndrew Dolgov <[email protected]>2011-06-14 12:39:37 +0400
commit2e2d0802f1ae4bd8cc82ddc53383b3927d4a1064 (patch)
treed78890e8f916f4b55ef9beac527c987ec2763b4a /mobile/prefs.php
parent6b9cb4500592aab6817c7d30d2f8da1a084beb66 (diff)
mobile: rename HIDE_READ option, show read articles when it is disabled (refs #348)
Diffstat (limited to 'mobile/prefs.php')
-rw-r--r--mobile/prefs.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile/prefs.php b/mobile/prefs.php
index e3ccd7db9..a5a9403e9 100644
--- a/mobile/prefs.php
+++ b/mobile/prefs.php
@@ -7,11 +7,11 @@
require_once "../config.php";
require_once "functions.php";
- require_once "../functions.php";
+ require_once "../functions.php";
require_once "../sessions.php";
- require_once "../version.php";
+ require_once "../version.php";
require_once "../db-prefs.php";
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
@@ -43,7 +43,7 @@
</div>
<div class="row">
- <label><?php echo __('Hide read feeds') ?></label>
+ <label><?php echo __('Hide read articles and 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>