__('Update Tiny Tiny RSS')."</button></p>";
} else {
- print_notice(__("You are currently using latest version of Tiny Tiny RSS. Update not required."));
+ print_notice(__("Your Tiny Tiny RSS installation is up to date."));
}
print "</div>"; #pane
_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)) {