]> git.wh0rd.org - tt-rss.git/blobdiff - modules/popup-dialog.php
check update daemon timestamp
[tt-rss.git] / modules / popup-dialog.php
index 98e27a6be24b4723fa8c3482ae3e6379172f1466..562093d9d6d5788ac2deb6b5928b5ef3c1d8fa16 100644 (file)
 
                        }
 
+                       if ($param == 3) {
+                               print __("TT-RSS has detected that update daemon is taking too long to
+                                       perform a feed update. This could indicate a problem like crash
+                                       or a hang. Please check the daemon process or contact instance
+                                       owner.");
+                       }
+
                        print "</div>";
 
                        print "<div align='center'>";
                        if (get_pref($link, 'ENABLE_FEED_CATS') && ($active_feed_id > 0 || $is_cat)) {
                                print "<option $cat_preselected value=\"this_cat\">$feed_cat_title</option>";
                        } else {
-                               print "<option disabled>".__('This category')."</option>";
+                               //print "<option disabled>".__('This category')."</option>";
                        }
 
                        print "</select></td></tr>"; 
                        print "<div id=\"infoBoxTitle\">".__('Tag cloud')."</div>";
                        print "<div class=\"infoBoxContents\">";
 
-                       print __("Showing most popular tags for the last month")." (<a 
+                       print __("Showing most popular tags ")." (<a 
                                href='javascript:toggleTags(true)'>".__('browse all')."</a>):<br/>";
 
                        print "<div class=\"tagCloudContainer\">";