]> git.wh0rd.org - tt-rss.git/blobdiff - modules/popup-dialog.php
better feedback for new version notifier
[tt-rss.git] / modules / popup-dialog.php
index d2b0ff9cfaa5fc0ad9444d253f6d9415ac4b261e..d26fc7a177c681182416056c44fca74da0b220a9 100644 (file)
                        }
 
                        if ($param == 2) {
-                               print check_for_update($link, false);
+                               $msg = check_for_update($link, false);
+
+                               if (!$msg) {
+                                       print _("You are running the latest version of Tiny Tiny RSS. The
+                                               fact that you are seeing this dialog is probably a bug.");
+                               } else {
+                                       print $msg;
+                               }
 
                        }