From 4d1d0a456626fe52644d893a65da0730c0e3b924 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 27 Jan 2007 16:06:17 +0100 Subject: better feedback for new version notifier --- modules/popup-dialog.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'modules/popup-dialog.php') diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index d2b0ff9cf..d26fc7a17 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -15,7 +15,14 @@ } 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; + } } -- cgit v1.2.3