self-update: clarify some error messages (2)

This commit is contained in:
Andrew Dolgov 2012-08-23 13:32:30 +04:00
parent 021f8dce0c
commit f7c2fae1f1
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {