summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-04 19:11:54 +0300
committerAndrew Dolgov <[email protected]>2010-11-04 19:11:54 +0300
commitfe1087fbb72959a2da5c71ef405e96c84c94381e (patch)
tree0baa4d5445ee65a483a796e17ee8c6db839b547c /tt-rss.php
parent85a922895f2865a658f98a7d0e795aec05da3d06 (diff)
implement a simple pseudo-dashboard feed; display feeds having update errors there instead of client-based 'no feed selected' whiteBox plug (closes #189)
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.php b/tt-rss.php
index b9b6cbe00..bf6855741 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -242,7 +242,7 @@
<?php if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) { ?>
<div id="headlines-frame" class="headlines_normal">
- <div class="whiteBox"><?php echo __('No feed selected.') ?></div></div>
+ <div class="whiteBox"><?php echo __('Loading, please wait...') ?></div></div>
<div id="content-frame">
<div id="resize-grabber"
onmouseover="enable_resize(true)" onmouseout="enable_resize(false)"
@@ -256,7 +256,7 @@
<!-- <div class="whiteBox">&nbsp;</div> --> </div>
<?php } else { ?>
<div id="headlines-frame" class="headlines_cdm">
- <div class="whiteBox"><?php echo __('No feed selected.') ?></div></div>
+ <div class="whiteBox"><?php echo __('Loading, please wait...') ?></div></div>
<?php } ?>
<div id="footer">