From 12806125152712ca04d42701cad473d51684801e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 23 Aug 2012 22:02:29 +0400 Subject: self-update: update up to date prompt --- include/update_self.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/update_self.php b/include/update_self.php index 6e57213b9..c71081115 100644 --- a/include/update_self.php +++ b/include/update_self.php @@ -45,7 +45,7 @@ _debug("Target version: $target_version"); if (version_compare(VERSION, $target_version) != -1 && !$force) { - _debug("You are on the latest version. Update not needed."); + _debug("Your Tiny Tiny RSS installation is up to date."); exit; } if (file_exists($target_dir)) { -- cgit v1.2.3