summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-12-21 12:59:05 +0300
committerAndrew Dolgov <[email protected]>2009-12-21 12:59:05 +0300
commit534965eb829d1168c78c3fc4270ccf9e02238fb2 (patch)
tree7d044e64a609742dfbe2e4fe851c8724023e7c18 /mobile
parent3585a3c5600d4e3ce69a4b3b11126bf0fa7d5674 (diff)
mobile: relabel SHOW_IMAGES pref option
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 dd53148c2..1187f6eb3 100644
--- a/mobile/prefs.php
+++ b/mobile/prefs.php
@@ -32,7 +32,7 @@
</div>
<div class="row">
- <label>Display images</label>
+ <label>Show post images</label>
<div class="toggle" id="SHOW_IMAGES" onclick="setPref(this)" toggled="<?php echo mobile_pref_toggled($link, "SHOW_IMAGES") ?>"><span class="thumb"></span><span class="toggleOn">ON</span><span class="toggleOff">OFF</span></div>
</div>