diff --git a/update.php b/update.php index 8bcfd179de2706f761e2200c6458fa7c131fc785..31210581e96395e20049bcd066f9f5a823c1fbfc 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)) {