From: Andrew Dolgov Date: Thu, 23 Aug 2012 09:32:30 +0000 (+0400) Subject: self-update: clarify some error messages (2) X-Git-Tag: 1.6.0~123 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=f7c2fae1f13ccb7cc71ce2b9c2dda1aa7c83fc90;p=tt-rss.git self-update: clarify some error messages (2) --- diff --git a/update.php b/update.php index 8bcfd179..31210581 100755 --- a/update.php +++ b/update.php @@ -272,7 +272,7 @@ _debug("Target version: $target_version"); if (version_compare(VERSION, $target_version) != -1 && !in_array("-force", $op)) { - _debug("You are on a latest version. Update not needed."); + _debug("You are on the latest version. Update not needed."); exit; } if (file_exists($target_dir)) {